Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_witness.c483 static struct witness_lock_order_data *w_lofree = NULL; variable
2960 w_lofree = NULL; in witness_init_hash_tables()
2963 w_lodata[i].wlod_next = w_lofree; in witness_init_hash_tables()
2964 w_lofree = &w_lodata[i]; in witness_init_hash_tables()
3079 data = w_lofree; in witness_lock_order_add()
3082 w_lofree = data->wlod_next; in witness_lock_order_add()