Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dsubr_lockdebug.c520 l->l_shlocks++; in lockdebug_locked()
571 if (__predict_false(l->l_shlocks == 0)) { in lockdebug_unlocked()
581 l->l_shlocks--; in lockdebug_unlocked()
660 if (l->l_shlocks != 0) { in lockdebug_barrier()
669 l->l_shlocks); in lockdebug_barrier()
/netbsd/sys/sys/
H A Dlwp.h196 u_short l_shlocks; /* !: lockdebug: shared locks held */ member