Searched defs:lock_class (Results 1 – 3 of 3) sorted by relevance
98 struct lock_class { struct105 * Entry in all_lock_classes when in use. Entry in free_lock_classes argument109 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 …]
166 struct lock_class_key lock_class; /* key->sem lock class */ member
261 irq_set_lockdep_class(unsigned int irq, struct lock_class_key *lock_class, in irq_set_lockdep_class()