Searched refs:excl_bit (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Dlockdep.c4208 int excl_bit = exclusive_bit(new_bit); local
4216 if (!valid_state(curr, this, new_bit, excl_bit))
4223 excl_bit + LOCK_USAGE_READ_MASK))
4236 if (!check_usage_backwards(curr, this, excl_bit))
4243 if (!check_usage_forwards(curr, this, excl_bit))

Completed in 199 milliseconds