Searched refs:w_lock_list_free (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c458 static struct lock_list_entry *w_lock_list_free = NULL; variable in typeref:struct:lock_list_entry
2132 lle = w_lock_list_free;
2139 w_lock_list_free = lle->ll_next;
2150 lle->ll_next = w_lock_list_free;
2151 w_lock_list_free = lle;

Completed in 129 milliseconds