Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_witness.c481 static struct witness_lock_order_data *w_lofree = NULL; variable
3003 w_lofree = NULL; in witness_init_hash_tables()
3006 w_lodata[i].wlod_next = w_lofree; in witness_init_hash_tables()
3007 w_lofree = &w_lodata[i]; in witness_init_hash_tables()
3122 data = w_lofree; in witness_lock_order_add()
3125 w_lofree = data->wlod_next; in witness_lock_order_add()