Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsubr_lockdebug.c497 l->l_shlocks++; in lockdebug_locked()
550 if (l->l_shlocks == 0) { in lockdebug_unlocked()
560 l->l_shlocks--; in lockdebug_unlocked()
669 if (l->l_shlocks != 0) { in lockdebug_barrier()
676 panic("%s: holding %d shared locks", __func__, l->l_shlocks); in lockdebug_barrier()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dlwp.h184 u_short l_shlocks; /* !: lockdebug: shared locks held */ member