Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_witness.c211 u_int ll_count; member
1389 if (lock_list == NULL || lock_list->ll_count == 0) in witness_checkorder()
1402 if (lock_list == NULL || lock_list->ll_count == 0) { in witness_checkorder()
1454 plock = &lock_list->ll_children[lock_list->ll_count - 1]; in witness_checkorder()
1456 if (lock_list->ll_count > 1) in witness_checkorder()
1458 &lock_list->ll_children[lock_list->ll_count - 2]; in witness_checkorder()
1468 plock = &lle->ll_children[lle->ll_count - 1]; in witness_checkorder()
1523 for (i = lle->ll_count - 1; i >= 0; i--, j++) { in witness_checkorder()
1669 i = lle->ll_count - 1; in witness_checkorder()
1819 if (lle == NULL || lle->ll_count == LOCK_NCHILDREN) { in witness_lock()
[all …]