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

/freebsd-12-stable/sys/kern/
H A Dsubr_witness.c471 static struct witness_lock_order_hash w_lohash; variable in typeref:struct:witness_lock_order_hash
2596 w_lohash.wloh_count);
2917 w_lohash.wloh_size = WITNESS_LO_HASH_SIZE;
2918 w_lohash.wloh_count = 0;
2920 w_lohash.wloh_array[i] = NULL;
2982 sizeof(key)) % w_lohash.wloh_size;
2983 data = w_lohash.wloh_array[hash];
3029 sizeof(key)) % w_lohash.wloh_size;
3035 data->wlod_next = w_lohash.wloh_array[hash];
3037 w_lohash
[all...]

Completed in 102 milliseconds