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

/freebsd-11.0-release/sys/kern/
H A Dsubr_witness.c460 static u_int pending_cnt; variable
860 pending_locks[pending_cnt].wh_lock = lock;
861 pending_locks[pending_cnt++].wh_type = type;
862 if (pending_cnt > WITNESS_PENDLIST)

Completed in 49 milliseconds