Lines Matching defs:lock_class
1522 struct lock_class { struct
1523 struct hlist_node hash_entry;
1524 struct list_head lock_entry;
1525 struct list_head locks_after;
1526 struct list_head locks_before;
1527 const struct lockdep_subclass_key *key;
1528 lock_cmp_fn cmp_fn;
1529 lock_print_fn print_fn;
1530 unsigned int subclass;
1531 unsigned int dep_gen_id;
1532 long unsigned int usage_mask;
1533 const struct lock_trace *usage_traces[10];
1534 const char *name;
1535 int name_version;
1536 u8 wait_type_inner;
1537 u8 wait_type_outer;
1538 u8 lock_type;
3487 struct lock_class_key lock_class; member