Searched defs:ref_count (Results 1 - 4 of 4) sorted by relevance

/arch/s390/include/asm/
H A Ddebug.h34 atomic_t ref_count; member in struct:debug_info
/arch/s390/mm/
H A Dextmem.c86 atomic_t ref_count; member in struct:dcss_segment
483 atomic_set(&seg->ref_count, 1);
543 atomic_inc(&seg->ref_count);
589 if (atomic_read (&seg->ref_count) != 1) {
666 if (atomic_dec_return(&seg->ref_count) != 0)
/arch/arm/mach-msm/
H A Dsmd_private.h254 uint32_t ref_count; member in struct:smd_alloc_elm
/arch/powerpc/xmon/
H A Dxmon.c85 atomic_t ref_count; member in struct:bpt
383 atomic_dec(&bp->ref_count);
543 atomic_inc(&bp->ref_count);
553 atomic_inc(&bp->ref_count);
604 atomic_dec(&bp->ref_count);
667 atomic_dec(&bp->ref_count);
711 if (!bp->enabled && atomic_read(&bp->ref_count) == 0) {

Completed in 1146 milliseconds