Lines Matching refs:highest_blocked
377 if (lock->ml.highest_blocked == LKM_IVMODE) {
381 /* update the highest_blocked if needed */
382 if (lock->ml.highest_blocked < target->ml.convert_type)
383 lock->ml.highest_blocked =
394 if (lock->ml.highest_blocked == LKM_IVMODE) {
398 if (lock->ml.highest_blocked < target->ml.convert_type)
399 lock->ml.highest_blocked =
407 BUG_ON(target->ml.highest_blocked != LKM_IVMODE);
442 if (lock->ml.highest_blocked == LKM_IVMODE) {
446 if (lock->ml.highest_blocked < target->ml.type)
447 lock->ml.highest_blocked = target->ml.type;
456 if (lock->ml.highest_blocked == LKM_IVMODE) {
460 if (lock->ml.highest_blocked < target->ml.type)
461 lock->ml.highest_blocked = target->ml.type;
469 BUG_ON(target->ml.highest_blocked != LKM_IVMODE);
632 BUG_ON(lock->ml.highest_blocked <= LKM_IVMODE);
633 hi = lock->ml.highest_blocked;
634 lock->ml.highest_blocked = LKM_IVMODE;