Searched refs:refcount (Results 101 - 125 of 227) sorted by relevance

12345678910

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drefcount.c27 #include <sys/refcount.h>
188 panic("No such hold %p on refcount %llx", holder,
H A Drrwlock.c29 #include <sys/refcount.h>
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddbuf.h36 #include <sys/refcount.h>
H A Ddnode.h34 #include <sys/refcount.h>
H A Dsa_impl.h30 #include <sys/refcount.h>
H A Dspa_impl.h39 #include <sys/refcount.h>
H A Ddsl_dataset.h39 #include <sys/refcount.h>
81 * in the refcount of the SPA_FEATURES_BOOKMARKS feature.
88 * is counted in the refcount of the SPA_FEATURE_LARGE_BLOCKS feature.
/freebsd-10.2-release/sys/dev/drm/
H A Ddrm_sysctl.c332 i, atomic_load_acq_32(&dev->vblank[i].refcount),
H A Dradeon_state.c1942 * Note that refcount can be at most 2, since during a free refcount=3
1970 if ((dev_priv->surfaces[i].refcount != 0) &&
1991 if ((dev_priv->surfaces[i].refcount == 1) &&
2000 dev_priv->surfaces[i].refcount++;
2007 if ((dev_priv->surfaces[i].refcount == 1) &&
2016 dev_priv->surfaces[i].refcount++;
2025 if (dev_priv->surfaces[i].refcount == 0) {
2032 dev_priv->surfaces[i].refcount = 1;
2067 dev_priv->surfaces[s->surface_index].refcount
[all...]
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_device.h221 uint16_t refcount; member in struct:usb_device
/freebsd-10.2-release/sys/dev/vt/
H A Dvt_font.c36 #include <sys/refcount.h>
/freebsd-10.2-release/sys/netinet/
H A Dsctp_auth.h64 uint32_t refcount; /* reference count */ member in struct:sctp_shared_key
/freebsd-10.2-release/sys/ofed/include/rdma/
H A Dib_addr.h47 atomic_t refcount; member in struct:rdma_addr_client
/freebsd-10.2-release/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak170 -@erase "$(INTDIR)\refcount.obj"
275 "$(INTDIR)\refcount.obj" \
416 -@erase "$(INTDIR)\refcount.obj"
417 -@erase "$(INTDIR)\refcount.sbr"
544 "$(INTDIR)\refcount.sbr" \
632 "$(INTDIR)\refcount.obj" \
1783 SOURCE=..\refcount.c
1788 "$(INTDIR)\refcount.obj" : $(SOURCE) "$(INTDIR)"
1795 "$(INTDIR)\refcount.obj" "$(INTDIR)\refcount
[all...]
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delf64-ppc.c2410 bfd_signed_vma refcount;
3175 bfd_signed_vma refcount;
3189 bfd_signed_vma refcount;
3629 htab->elf.init_got_refcount.refcount = 0;
3631 htab->elf.init_plt_refcount.refcount = 0;
3951 dent->plt.refcount += ent->plt.refcount;
4049 dent->got.refcount += ent->got.refcount;
4347 ent->got.refcount
2408 bfd_signed_vma refcount; member in union:ppc64_elf_obj_tdata::__anon231
3171 bfd_signed_vma refcount; member in union:got_entry::__anon233
3185 bfd_signed_vma refcount; member in union:plt_entry::__anon234
[all...]
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dradeon_state.c1980 * Note that refcount can be at most 2, since during a free refcount=3
2008 if ((dev_priv->surfaces[i].refcount != 0) &&
2029 if ((dev_priv->surfaces[i].refcount == 1) &&
2038 dev_priv->surfaces[i].refcount++;
2045 if ((dev_priv->surfaces[i].refcount == 1) &&
2054 dev_priv->surfaces[i].refcount++;
2063 if (dev_priv->surfaces[i].refcount == 0) {
2070 dev_priv->surfaces[i].refcount = 1;
2105 dev_priv->surfaces[s->surface_index].refcount
[all...]
/freebsd-10.2-release/sys/dev/firewire/
H A Dsbp_targ.c219 uint8_t refcount; member in struct:orb_info
823 * we decrement the orbi's refcount to indicate
835 printf("%s: resp=%d refcount=%d\n", __func__,
836 xfer->resp, orbi->refcount);
846 orbi->refcount --;
849 if (orbi->refcount == 0) {
948 * set orbi->refcount to inidicate that a read/write
969 orbi->refcount ++;
988 orbi->refcount --;
1035 orbi->refcount
[all...]
/freebsd-10.2-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c41 #include <sys/refcount.h>
219 refcount_init(&lctx->refcount, 1);
236 KASSERT(lctx->refcount == 0,
237 ("%s: refcount %d", __func__, lctx->refcount));
257 refcount_acquire(&lctx->refcount);
337 if (refcount_release(&lctx->refcount))
/freebsd-10.2-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.c127 int refcount; member in struct:monfile
1070 * Grant it and bump the refcount.
1073 ++(imf->refcount);
1102 nmf->refcount = 1;
1161 --imf->refcount;
1163 if (imf->refcount < 0) {
1167 if (imf->refcount <= 0) {
2040 /* Host is already monitored, bump refcount */
2115 /* Host is monitored, bump refcount */
2131 debuglog("Negative refcount!
[all...]
/freebsd-10.2-release/contrib/serf/buckets/
H A Dssl_buckets.c143 int refcount; member in struct:serf_ssl_context_t
1316 ssl_ctx->refcount = 0;
1405 ctx->ssl_ctx->refcount++;
1797 if (!--ctx->ssl_ctx->refcount) {
/freebsd-10.2-release/sys/fs/fuse/
H A Dfuse_ipc.h62 #include <sys/refcount.h>
275 DEBUGX(FUSE_DEBUG_IPC, "ftick=%p refcount=%d\n",
296 DEBUGX(FUSE_DEBUG_IPC, "ftick=%p refcount=%d\n",
306 DEBUGX(FUSE_DEBUG_IPC, "ftick=%p refcount=%d\n",
317 DEBUGX(FUSE_DEBUG_IPC, "ftick=%p refcount=%d\n",
338 DEBUGX(FUSE_DEBUG_IPC, "ftick=%p refcount=%d\n",
/freebsd-10.2-release/sys/kern/
H A Dkern_hhook.c49 #include <sys/refcount.h>
100 KASSERT(hhh->hhh_refcount > 0, ("hhook_head %p refcount is 0", hhh));
181 * helper hook point being hooked and bumps the refcount on each (all done with
183 * hhook_add_hook() is called and the refcount dropped for each hhook_head
404 * and id, or NULL if not found. If found, the hhook_head's refcount is bumped.
H A Dkern_khelp.c50 #include <sys/refcount.h>
362 "refcount drops from %d to 0.\n", kmd->name,
/freebsd-10.2-release/sys/rpc/
H A Dauth_unix.c57 #include <sys/refcount.h>
H A Dclnt.h47 #include <sys/refcount.h>

Completed in 340 milliseconds

12345678910