Lines Matching defs:lock_stat
19 struct lock_stat { struct
20 struct hlist_node hash_entry;
21 struct rb_node rb; /* used for sorting */
23 u64 addr; /* address of lockdep_map, used as ID */
24 char *name; /* for strcpy(), we cannot use const */
25 u64 *callstack;
27 unsigned int nr_acquire;
28 unsigned int nr_acquired;
29 unsigned int nr_contended;
30 unsigned int nr_release;
32 union {
36 unsigned int nr_trylock;
39 u64 avg_wait_time;
40 u64 wait_time_total;
41 u64 wait_time_min;
42 u64 wait_time_max;
44 int broken; /* flag of blacklist */
45 int combined;