Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dsubr_witness.c417 static u_int pending_cnt; variable
588 pending_locks[pending_cnt].wh_lock = lock; in witness_init()
589 pending_locks[pending_cnt++].wh_type = type; in witness_init()
590 if (pending_cnt > WITNESS_PENDLIST) in witness_init()