| /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_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
|
| drm_gem.h | 202 * @refcount: 210 struct kref refcount; member in struct:drm_gem_object 395 kref_get(&obj->refcount); 416 kref_put(&obj->refcount, drm_gem_object_free);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| 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
|
| /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)
|
| /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)
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| 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)
|
| /src/sys/modules/lua/ |
| 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);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| 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
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| keytab_memory.c | 44 int refcount; member in struct:mkt_data 48 /* this mutex protects mkt_head, ->refcount, and ->next 66 if (d->refcount < 1) 68 "refcount < 1 %d", d->refcount); 69 d->refcount++; 88 d->refcount = 1; 103 if (d->refcount < 1) 105 "krb5 internal error, memory keytab refcount < 1 on close"); 107 if (--d->refcount > 0) [all...] |
| /src/external/mpl/bind/dist/fuzz/ |
| dns_qp.c | 22 #include <isc/refcount.h> 55 uint32_t refcount; member in struct:__anon23969 66 item[ival].refcount++; 73 item[ival].refcount--; 142 uint32_t refcount = item[i].refcount; local 154 ASSERT(item[i].refcount == 1); 159 ASSERT(item[i].refcount == 0); 171 ASSERT(refcount == 0); 172 ASSERT(item[i].refcount == 1) [all...] |
| /src/sys/dev/ieee1394/ |
| fwmem.c | 157 int refcount; member in struct:fwmem_softc 178 fms->refcount++; 188 fms->refcount = 1; 194 printf("%s: refcount=%d\n", __func__, fms->refcount); 212 fms->refcount--; 214 printf("%s: refcount=%d\n", __func__, fms->refcount); 215 if (fms->refcount < 1) {
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_dp_aux_dev.c | 54 struct kref refcount; member in struct:drm_dp_aux_dev 71 if (!kref_get_unless_zero(&aux_dev->refcount)) 88 kref_init(&aux_dev->refcount); 107 container_of(ref, struct drm_dp_aux_dev, refcount); 123 kref_put(&aux_dev->refcount, release_drm_dp_aux_dev); 243 kref_put(&aux_dev->refcount, release_drm_dp_aux_dev); 301 kref_put(&aux_dev->refcount, release_drm_dp_aux_dev);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/ |
| fifo.h | 15 int refcount; member in struct:nvkm_fifo_engn
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| ttm_object.h | 55 * TTM_REF_USAGE is a simple refcount on a base object. 107 * @refcount: Number of references to this object, not 131 struct kref refcount; member in struct:ttm_base_object 220 * Decrements the base object refcount and clears the pointer pointed to by 234 * already existed, and the refcount was upped on that object instead.
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| refcount.h | 31 //#include_next <sys/refcount.h> 54 typedef struct refcount { struct 86 typedef struct refcount { struct
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfeature.c | 247 uint64_t refcount; local 259 feature->fi_guid, sizeof (uint64_t), 1, &refcount); 266 *res = refcount; 296 feature_sync(spa_t *spa, zfeature_info_t *feature, uint64_t refcount, 304 sizeof (uint64_t), 1, &refcount, tx)); 318 atomic_swap_64(refcount_cache, refcount)); 320 *refcount_cache = refcount; 324 if (refcount == 0) 382 uint64_t refcount; local 394 VERIFY3U(feature_get_refcount(spa, feature, &refcount), !=, ENOTSUP) 461 uint64_t refcount; local 476 uint64_t refcount; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elfxx-sparc.h | 51 bfd_signed_vma refcount; member in union:_bfd_sparc_elf_link_hash_table::__anon9818
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elfxx-sparc.h | 54 bfd_signed_vma refcount; member in union:_bfd_sparc_elf_link_hash_table::__anon11299
|