Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_witness.c466 static struct lock_list_entry *w_lock_list_free = NULL; variable
2210 lle = w_lock_list_free; in witness_lock_list_get()
2217 w_lock_list_free = lle->ll_next; in witness_lock_list_get()
2228 lle->ll_next = w_lock_list_free; in witness_lock_list_free()
2229 w_lock_list_free = lle; in witness_lock_list_free()