Home
last modified time | relevance | path

Searched refs:ref_count (Results 1 – 7 of 7) sorted by relevance

/arch/s390/mm/
Dextmem.c86 atomic_t ref_count; member
483 atomic_set(&seg->ref_count, 1); in __segment_load()
543 atomic_inc(&seg->ref_count); in segment_load()
589 if (atomic_read (&seg->ref_count) != 1) { in segment_modify_shared()
666 if (atomic_dec_return(&seg->ref_count) != 0) in segment_unload()
/arch/arm/mach-msm/
Dsmd_debug.c181 if (shared[n].ref_count == 0) in debug_read_alloc_tbl()
189 shared[n].ref_count); in debug_read_alloc_tbl()
Dsmd_private.h254 uint32_t ref_count; member
Dsmd.c626 if (!shared[n].ref_count) in smd_channel_probe_worker()
/arch/s390/include/asm/
Ddebug.h34 atomic_t ref_count; member
/arch/powerpc/xmon/
Dxmon.c84 atomic_t ref_count; member
370 atomic_dec(&bp->ref_count); in xmon_core()
529 atomic_inc(&bp->ref_count); in xmon_core()
539 atomic_inc(&bp->ref_count); in xmon_core()
589 atomic_dec(&bp->ref_count); in xmon_bpt()
652 atomic_dec(&bp->ref_count); in xmon_fault_handler()
696 if (!bp->enabled && atomic_read(&bp->ref_count) == 0) { in new_breakpoint()
/arch/s390/kernel/
Ddebug.c280 atomic_set(&(rc->ref_count), 0); in debug_info_alloc()
419 atomic_inc(&db_info->ref_count); in debug_info_get()
434 if (atomic_dec_and_test(&db_info->ref_count)) { in debug_info_put()