Searched refs:tn_refcount (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/librt/
H A Dsigev_thread.h61 int tn_refcount; member in struct:sigev_thread
H A Dsigev_thread.c208 prev->sn_tn->tn_refcount++;
282 if (--sn->sn_tn->tn_refcount == 0)
314 sigev_default_thread->tn_refcount++;
322 tn->tn_refcount = 1;
387 if (tn->tn_refcount == 0) {
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs.h252 u_int tn_refcount; /* 0<->1 (m) + (i) */ member in struct:tmpfs_node
H A Dtmpfs_subr.c551 refcount_acquire(&node->tn_refcount);
631 nnode->tn_refcount = 1;
733 if (refcount_release_if_not_last(&node->tn_refcount))
756 last = refcount_release(&node->tn_refcount);
H A Dtmpfs_vnops.c638 MPASS(node->tn_refcount >= 1);
1846 KASSERT(tnp->tn_refcount > 0,

Completed in 75 milliseconds