Lines Matching defs:lock_stat
8 struct lock_stat { struct
9 struct hlist_node hash_entry;
10 struct rb_node rb; /* used for sorting */
12 u64 addr; /* address of lockdep_map, used as ID */
13 char *name; /* for strcpy(), we cannot use const */
14 u64 *callstack;
16 unsigned int nr_acquire;
17 unsigned int nr_acquired;
18 unsigned int nr_contended;
19 unsigned int nr_release;
21 union {
25 unsigned int nr_trylock;
28 u64 avg_wait_time;
29 u64 wait_time_total;
30 u64 wait_time_min;
31 u64 wait_time_max;
33 int broken; /* flag of blacklist */
34 int combined;