Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_umtx.c156 static int umtx_pi_allocated; variable
160 SYSCTL_INT(_debug_umtx, OID_AUTO, umtx_pi_allocated, CTLFLAG_RD,
161 &umtx_pi_allocated, 0, "Allocated umtx_pi");
1754 atomic_add_int(&umtx_pi_allocated, 1); in umtx_pi_alloc()
1762 atomic_add_int(&umtx_pi_allocated, -1); in umtx_pi_free()