Home
last modified time | relevance | path

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

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