Searched defs:lock_class (Results 1 – 2 of 2) sorted by relevance
65 struct lock_class { struct69 struct list_head hash_entry;74 struct list_head lock_entry;76 struct lockdep_subclass_key *key;77 unsigned int subclass;78 unsigned int dep_gen_id;83 unsigned long usage_mask;84 struct stack_trace usage_traces[XXX_LOCK_USAGE_STATES];91 struct list_head locks_after, locks_before;97 unsigned int version;[all …]
95 struct lock_class_key lock_class; /* key->sem lock class */ member