Searched refs:ref_count (Results 1 – 7 of 7) sorted by relevance
86 atomic_t ref_count; member483 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()
181 if (shared[n].ref_count == 0) in debug_read_alloc_tbl()189 shared[n].ref_count); in debug_read_alloc_tbl()
254 uint32_t ref_count; member
626 if (!shared[n].ref_count) in smd_channel_probe_worker()
34 atomic_t ref_count; member
84 atomic_t ref_count; member370 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()
280 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()