Searched refs:ll_count (Results 1 – 1 of 1) sorted by relevance
215 u_int ll_count; member1095 if (lock_list == NULL || lock_list->ll_count == 0) in witness_checkorder()1109 if (lock_list == NULL || lock_list->ll_count == 0) { in witness_checkorder()1161 plock = &lock_list->ll_children[lock_list->ll_count - 1]; in witness_checkorder()1163 if (lock_list->ll_count > 1) in witness_checkorder()1165 &lock_list->ll_children[lock_list->ll_count - 2]; in witness_checkorder()1175 plock = &lle->ll_children[lle->ll_count - 1]; in witness_checkorder()1224 for (i = lle->ll_count - 1; i >= 0; i--, j++) { in witness_checkorder()1350 i = lle->ll_count - 1; in witness_checkorder()1437 if (lle == NULL || lle->ll_count == LOCK_NCHILDREN) { in witness_lock()[all …]