Lines Matching defs:lock_stat
27 struct lock_stat { struct
28 struct hlist_node hash_entry;
29 struct rb_node rb; /* used for sorting */
31 u64 addr; /* address of lockdep_map, used as ID */
32 char *name; /* for strcpy(), we cannot use const */
33 u64 *callstack;
35 unsigned int nr_acquire;
36 unsigned int nr_acquired;
37 unsigned int nr_contended;
38 unsigned int nr_release;
40 union {
44 unsigned int nr_trylock;
47 u64 avg_wait_time;
48 u64 wait_time_total;
49 u64 wait_time_min;
50 u64 wait_time_max;
52 int broken; /* flag of blacklist */
53 int combined;