Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_witness.c466 static u_int pending_cnt; variable
911 pending_locks[pending_cnt].wh_lock = lock; in witness_init()
912 pending_locks[pending_cnt++].wh_type = type; in witness_init()
913 if (pending_cnt > WITNESS_PENDLIST) in witness_init()