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

/freebsd-12-stable/sys/kern/
H A Dsubr_witness.c145 #define WITNESS_LO_HASH_SIZE 1021 macro
273 struct witness_lock_order_data *wloh_array[WITNESS_LO_HASH_SIZE];
2917 w_lohash.wloh_size = WITNESS_LO_HASH_SIZE;
2919 for (i = 0; i < WITNESS_LO_HASH_SIZE; i++)

Completed in 145 milliseconds