Home
last modified time | relevance | path

Searched defs:lock_class (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dlockdep_types.h98 struct lock_class { struct
105 * Entry in all_lock_classes when in use. Entry in free_lock_classes argument
109 struct list_head lock_entry;
116 struct list_head locks_after, locks_before;
118 const struct lockdep_subclass_key *key;
119 lock_cmp_fn cmp_fn;
120 lock_print_fn print_fn;
122 unsigned int subclass;
123 unsigned int dep_gen_id;
128 unsigned long usage_mask;
[all …]
Dkey-type.h166 struct lock_class_key lock_class; /* key->sem lock class */ member
Dirqdesc.h261 irq_set_lockdep_class(unsigned int irq, struct lock_class_key *lock_class, in irq_set_lockdep_class()