Searched refs:usage_bit (Results 1 – 1 of 1) sorted by relevance
2505 enum lock_usage_bit usage_bit; in mark_held_locks() local2512 usage_bit = 2 + (mark << 2); /* ENABLED */ in mark_held_locks()2514 usage_bit += 1; /* READ */ in mark_held_locks()2516 BUG_ON(usage_bit >= LOCK_USAGE_STATES); in mark_held_locks()2521 if (!mark_lock(curr, hlock, usage_bit)) in mark_held_locks()