Searched refs:ll_count (Results 1 – 1 of 1) sorted by relevance
217 u_int ll_count; member1481 if (lock_list == NULL || lock_list->ll_count == 0) in witness_checkorder()1494 if (lock_list == NULL || lock_list->ll_count == 0) { in witness_checkorder()1546 plock = &lock_list->ll_children[lock_list->ll_count - 1]; in witness_checkorder()1548 if (lock_list->ll_count > 1) in witness_checkorder()1550 &lock_list->ll_children[lock_list->ll_count - 2]; in witness_checkorder()1560 plock = &lle->ll_children[lle->ll_count - 1]; in witness_checkorder()1615 for (i = lle->ll_count - 1; i >= 0; i--, j++) { in witness_checkorder()1762 i = lle->ll_count - 1; in witness_checkorder()1912 if (lle == NULL || lle->ll_count == LOCK_NCHILDREN) { in witness_lock()[all …]