| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_syncobj.h | 43 * @refcount: Reference count of this object. 45 struct kref refcount; member in struct:drm_syncobj 80 kref_get(&obj->refcount); 90 kref_put(&obj->refcount, drm_syncobj_free);
|
| drm_syncobj.h | 43 * @refcount: Reference count of this object. 45 struct kref refcount; member in struct:drm_syncobj 80 kref_get(&obj->refcount); 90 kref_put(&obj->refcount, drm_syncobj_free);
|
| drm_mode_object.h | 40 * @refcount: reference count for objects which with dynamic lifetime 61 struct kref refcount; member in struct:drm_mode_object
|
| drm_mode_object.h | 40 * @refcount: reference count for objects which with dynamic lifetime 61 struct kref refcount; member in struct:drm_mode_object
|
| drm_auth.h | 79 * @refcount: Refcount for this master object. 93 struct kref refcount; member in struct:drm_master
|
| drm_vblank.h | 146 * @refcount: Number of users/waiters of the vblank interrupt. Only when 147 * this refcount reaches 0 can the hardware interrupt be disabled using 150 atomic_t refcount; member in struct:drm_vblank_crtc
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| refcounted-object.h | 31 /* Increase the refcount. */ 38 /* Decrease the refcount. */ 45 int refcount () const { return m_refcount; } function in class:refcounted_object 71 deletes the object once the refcount reaches 0.. */ 82 if (obj->refcount () == 0)
|
| refcounted-object.h | 31 /* Increase the refcount. */ 38 /* Decrease the refcount. */ 45 int refcount () const { return m_refcount; } function in class:refcounted_object 71 deletes the object once the refcount reaches 0.. */ 82 if (obj->refcount () == 0)
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| refcounted-object.h | 31 /* Increase the refcount. */ 38 /* Decrease the refcount. */ 45 int refcount () const { return m_refcount; } function in class:refcounted_object 71 deletes the object once the refcount reaches 0.. */ 82 if (obj->refcount () == 0)
|
| refcounted-object.h | 31 /* Increase the refcount. */ 38 /* Decrease the refcount. */ 45 int refcount () const { return m_refcount; } function in class:refcounted_object 71 deletes the object once the refcount reaches 0.. */ 82 if (obj->refcount () == 0)
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mypwd.h | 20 int refcount; member in struct:mypasswd
|
| mypwd.h | 20 int refcount; member in struct:mypasswd
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| iptable.h | 31 isc_refcount_t refcount; member in struct:dns_iptable
|
| iptable.h | 31 isc_refcount_t refcount; member in struct:dns_iptable
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_dsb.h | 27 long refcount; member in struct:intel_dsb
|
| intel_dsb.h | 27 long refcount; member in struct:intel_dsb
|
| /src/sys/external/bsd/drm2/include/linux/ |
| refcount.h | 1 /* $NetBSD: refcount.h,v 1.3 2021/12/19 11:52:08 riastradh Exp $ */ 36 typedef struct refcount refcount_t; 38 struct refcount { struct 43 refcount_set(struct refcount *rc, int n) 49 refcount_inc(struct refcount *rc) 55 refcount_inc_not_zero(struct refcount *rc) 70 refcount_dec_and_test(struct refcount *rc) 84 refcount_dec_and_lock_irqsave(struct refcount *rc, struct spinlock *lock, 92 refcount_dec_and_mutex_lock(struct refcount *rc, struct mutex *lock)
|
| refcount.h | 1 /* $NetBSD: refcount.h,v 1.3 2021/12/19 11:52:08 riastradh Exp $ */ 36 typedef struct refcount refcount_t; 38 struct refcount { struct 43 refcount_set(struct refcount *rc, int n) 49 refcount_inc(struct refcount *rc) 55 refcount_inc_not_zero(struct refcount *rc) 70 refcount_dec_and_test(struct refcount *rc) 84 refcount_dec_and_lock_irqsave(struct refcount *rc, struct spinlock *lock, 92 refcount_dec_and_mutex_lock(struct refcount *rc, struct mutex *lock)
|
| /src/sys/modules/lua/ |
| luavar.h | 39 int refcount; member in struct:lua_module
|
| luavar.h | 39 int refcount; member in struct:lua_module
|
| /src/external/lgpl2/userspace-rcu/dist/include/urcu/ |
| ref.h | 22 long refcount; /* ATOMIC */ member in struct:urcu_ref 27 uatomic_set(&ref->refcount, val); 40 old = uatomic_read(&ref->refcount); 46 res = uatomic_cmpxchg(&ref->refcount, old, _new); 63 long res = uatomic_sub_return(&ref->refcount, 1); 76 * count. False is also returned in case incrementing the refcount would 83 old = uatomic_read(&ref->refcount); 88 res = uatomic_cmpxchg(&ref->refcount, old, _new);
|
| ref.h | 22 long refcount; /* ATOMIC */ member in struct:urcu_ref 27 uatomic_set(&ref->refcount, val); 40 old = uatomic_read(&ref->refcount); 46 res = uatomic_cmpxchg(&ref->refcount, old, _new); 63 long res = uatomic_sub_return(&ref->refcount, 1); 76 * count. False is also returned in case incrementing the refcount would 83 old = uatomic_read(&ref->refcount); 88 res = uatomic_cmpxchg(&ref->refcount, old, _new);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_bo_list.h | 46 struct kref refcount; member in struct:amdgpu_bo_list
|
| amdgpu_bo_list.h | 46 struct kref refcount; member in struct:amdgpu_bo_list
|
| amdgpu_ctx.h | 43 struct kref refcount; member in struct:amdgpu_ctx
|