Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_witness.c140 #define WITNESS_PENDLIST (512 + (MAXCPU * 4)) macro
467 static struct witness_pendhelp pending_locks[WITNESS_PENDLIST];
912 if (pending_cnt > WITNESS_PENDLIST) in witness_init()