Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_witness.c214 struct lock_list_entry *ll_next; member
1219 lle = lock_list->ll_next; in witness_checkorder()
1422 if (i == 0 && lle->ll_next != NULL) { in witness_checkorder()
1423 lle = lle->ll_next; in witness_checkorder()
1548 lle->ll_next = *lock_list; in witness_lock()
1755 if (lle->ll_next == NULL) in witness_unlock()
1759 *lock_list = lle->ll_next; in witness_unlock()
1776 for (n = 0; lle != NULL; lle = lle->ll_next) in witness_thread_exit()
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()
[all …]