Searched refs:ref_count (Results 1 – 9 of 9) sorted by relevance
48 refcount_inc(&sg->ref_count); in gmap_find_shadow()117 refcount_set(&new->ref_count, 2); in gmap_shadow()
3270 gi->alert.ref_count[gisc]++; in kvm_s390_gisc_register()3271 if (gi->alert.ref_count[gisc] == 1) { in kvm_s390_gisc_register()3310 if (gi->alert.ref_count[gisc] == 0) { in kvm_s390_gisc_unregister()3314 gi->alert.ref_count[gisc]--; in kvm_s390_gisc_unregister()3315 if (gi->alert.ref_count[gisc] == 0) { in kvm_s390_gisc_unregister()
70 refcount_t ref_count; member371 refcount_set(&seg->ref_count, 1); in __segment_load()431 refcount_inc(&seg->ref_count); in segment_load()477 if (refcount_read(&seg->ref_count) != 1) { in segment_modify_shared()560 if (!refcount_dec_and_test(&seg->ref_count)) in segment_unload()
92 refcount_set(&gmap->ref_count, 1); in gmap_alloc()255 refcount_inc(&gmap->ref_count); in gmap_get()268 if (refcount_dec_and_test(&gmap->ref_count)) in gmap_put()
47 refcount_t ref_count; member442 .ref_count = REFCOUNT_INIT(1), \
50 refcount_t ref_count; member
612 u32 ref_count[MAX_ISC + 1]; member
102 atomic_t ref_count; member505 atomic_dec(&bp->ref_count); in xmon_core()696 atomic_inc(&bp->ref_count); in xmon_core()706 atomic_inc(&bp->ref_count); in xmon_core()760 atomic_dec(&bp->ref_count); in xmon_bpt()830 atomic_dec(&bp->ref_count); in xmon_fault_handler()882 if (!bp->enabled && atomic_read(&bp->ref_count) == 0) { in new_breakpoint()
257 refcount_set(&(rc->ref_count), 0); in debug_info_alloc()318 refcount_set(&rc->ref_count, 1); in debug_info_create()371 refcount_inc(&db_info->ref_count); in debug_info_get()382 if (refcount_dec_and_test(&db_info->ref_count)) in debug_info_put()
Completed in 40 milliseconds