Lines Matching defs:lock_stat
21 struct lock_stat { struct
22 struct hlist_node hash_entry;
23 struct rb_node rb; /* used for sorting */
25 u64 addr; /* address of lockdep_map, used as ID */
26 char *name; /* for strcpy(), we cannot use const */
27 u64 *callstack;
29 unsigned int nr_acquire;
30 unsigned int nr_acquired;
31 unsigned int nr_contended;
32 unsigned int nr_release;
34 union {
38 unsigned int nr_trylock;
41 u64 avg_wait_time;
42 u64 wait_time_total;
43 u64 wait_time_min;
44 u64 wait_time_max;
46 int broken; /* flag of blacklist */
47 int combined;