Searched refs:usage_bit (Results 1 – 1 of 1) sorted by relevance
2520 enum lock_usage_bit usage_bit; in mark_held_locks() local2527 usage_bit = 2 + (mark << 2); /* ENABLED */ in mark_held_locks()2529 usage_bit += 1; /* READ */ in mark_held_locks()2531 BUG_ON(usage_bit >= LOCK_USAGE_STATES); in mark_held_locks()2536 if (!mark_lock(curr, hlock, usage_bit)) in mark_held_locks()