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

/freebsd-12-stable/sys/kern/
H A Dsubr_witness.c455 static u_int pending_cnt; variable
906 pending_locks[pending_cnt].wh_lock = lock;
907 pending_locks[pending_cnt++].wh_type = type;
908 if (pending_cnt > WITNESS_PENDLIST)

Completed in 124 milliseconds