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

/freebsd-9.3-release/sys/kern/
H A Dsubr_witness.c463 static struct witness_lock_order_hash w_lohash; variable in typeref:struct:witness_lock_order_hash
2455 w_lohash.wloh_count);
2697 w_lohash.wloh_size = WITNESS_LO_HASH_SIZE;
2698 w_lohash.wloh_count = 0;
2700 w_lohash.wloh_array[i] = NULL;
2762 sizeof(key)) % w_lohash.wloh_size;
2763 data = w_lohash.wloh_array[hash];
2809 sizeof(key)) % w_lohash.wloh_size;
2815 data->wlod_next = w_lohash.wloh_array[hash];
2817 w_lohash
[all...]

Completed in 99 milliseconds