Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dsubr_witness.c223 struct lock_list_entry *ll_next; member
877 lle = lock_list->ll_next; in witness_checkorder()
935 for (j = 0, lle = lock_list; lle != NULL; lle = lle->ll_next) { in witness_checkorder()
1050 if (i == 0 && lle->ll_next != NULL) { in witness_checkorder()
1051 lle = lle->ll_next; in witness_checkorder()
1142 lle->ll_next = *lock_list; in witness_lock()
1272 for (; *lock_list != NULL; lock_list = &(*lock_list)->ll_next) in witness_unlock()
1341 if (lle->ll_next == NULL) in witness_unlock()
1345 *lock_list = lle->ll_next; in witness_unlock()
1362 for (n = 0; lle != NULL; lle = lle->ll_next) in witness_thread_exit()
[all …]