Home
last modified time | relevance | path

Searched refs:lock_usage_bit (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/locking/
Dlockdep.c463 static inline unsigned long lock_flag(enum lock_usage_bit bit) in lock_flag()
468 static char get_usage_char(struct lock_class *class, enum lock_usage_bit bit) in get_usage_char()
1337 return entry->class->usage_mask & (1 << (enum lock_usage_bit)bit); in usage_match()
1353 find_usage_forwards(struct lock_list *root, enum lock_usage_bit bit, in find_usage_forwards()
1376 find_usage_backwards(struct lock_list *root, enum lock_usage_bit bit, in find_usage_backwards()
1507 enum lock_usage_bit bit1, in print_bad_irq_dependency()
1508 enum lock_usage_bit bit2, in print_bad_irq_dependency()
1575 struct held_lock *next, enum lock_usage_bit bit_backwards, in check_usage()
1576 enum lock_usage_bit bit_forwards, const char *irqclass) in check_usage()
1620 static inline const char *state_name(enum lock_usage_bit bit) in state_name()
[all …]
Dlockdep_internals.h13 enum lock_usage_bit { enum