Lines Matching refs:highest_blocked
379 if (lock->ml.highest_blocked == LKM_IVMODE) {
383 /* update the highest_blocked if needed */
384 if (lock->ml.highest_blocked < target->ml.convert_type)
385 lock->ml.highest_blocked =
396 if (lock->ml.highest_blocked == LKM_IVMODE) {
400 if (lock->ml.highest_blocked < target->ml.convert_type)
401 lock->ml.highest_blocked =
409 BUG_ON(target->ml.highest_blocked != LKM_IVMODE);
444 if (lock->ml.highest_blocked == LKM_IVMODE) {
448 if (lock->ml.highest_blocked < target->ml.type)
449 lock->ml.highest_blocked = target->ml.type;
458 if (lock->ml.highest_blocked == LKM_IVMODE) {
462 if (lock->ml.highest_blocked < target->ml.type)
463 lock->ml.highest_blocked = target->ml.type;
471 BUG_ON(target->ml.highest_blocked != LKM_IVMODE);
634 BUG_ON(lock->ml.highest_blocked <= LKM_IVMODE);
635 hi = lock->ml.highest_blocked;
636 lock->ml.highest_blocked = LKM_IVMODE;