Home
last modified time | relevance | path

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

/arch/s390/kvm/
A Dgmap-vsie.c48 refcount_inc(&sg->ref_count); in gmap_find_shadow()
117 refcount_set(&new->ref_count, 2); in gmap_shadow()
A Dinterrupt.c3270 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()
/arch/s390/mm/
A Dextmem.c70 refcount_t ref_count; member
371 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()
A Dgmap.c92 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()
/arch/s390/include/asm/
A Ddebug.h47 refcount_t ref_count; member
442 .ref_count = REFCOUNT_INIT(1), \
A Dgmap.h50 refcount_t ref_count; member
A Dkvm_host.h612 u32 ref_count[MAX_ISC + 1]; member
/arch/powerpc/xmon/
A Dxmon.c102 atomic_t ref_count; member
505 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()
/arch/s390/kernel/
A Ddebug.c257 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