Home
last modified time | relevance | path

Searched refs:pi_refcount (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dumtxvar.h97 int pi_refcount; member
/freebsd/sys/kern/
H A Dkern_umtx.c2098 pi->pi_refcount++; in umtx_pi_ref()
2112 KASSERT(pi->pi_refcount > 0, ("invalid reference count")); in umtx_pi_unref()
2113 if (--pi->pi_refcount == 0) { in umtx_pi_unref()