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.c214 u_int ll_count; member
1149 if (lock_list == NULL || lock_list->ll_count == 0) in witness_checkorder()
1162 if (lock_list == NULL || lock_list->ll_count == 0) { in witness_checkorder()
1214 plock = &lock_list->ll_children[lock_list->ll_count - 1]; in witness_checkorder()
1216 if (lock_list->ll_count > 1) in witness_checkorder()
1218 &lock_list->ll_children[lock_list->ll_count - 2]; in witness_checkorder()
1228 plock = &lle->ll_children[lle->ll_count - 1]; in witness_checkorder()
1283 for (i = lle->ll_count - 1; i >= 0; i--, j++) { in witness_checkorder()
1425 i = lle->ll_count - 1; in witness_checkorder()
1545 if (lle == NULL || lle->ll_count == LOCK_NCHILDREN) { in witness_lock()
[all …]