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

/freebsd-10.1-release/sys/kern/
H A Dsubr_witness.c273 struct witness_lock_order_data *wloh_array[WITNESS_LO_HASH_SIZE]; member in struct:witness_lock_order_hash
2761 w_lohash.wloh_array[i] = NULL;
2824 data = w_lohash.wloh_array[hash];
2876 data->wlod_next = w_lohash.wloh_array[hash];
2878 w_lohash.wloh_array[hash] = data;

Completed in 71 milliseconds