Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_witness.c274 struct witness_lock_order_data *wloh_array[WITNESS_LO_HASH_SIZE]; member
2969 w_lohash.wloh_array[i] = NULL; in witness_init_hash_tables()
3031 data = w_lohash.wloh_array[hash]; in witness_lock_order_get()
3083 data->wlod_next = w_lohash.wloh_array[hash]; in witness_lock_order_add()
3085 w_lohash.wloh_array[hash] = data; in witness_lock_order_add()