Searched defs:lock_stat (Results 1 – 1 of 1) sorted by relevance
40 struct lock_stat { struct41 struct list_head hash_entry;42 struct rb_node rb; /* used for sorting */49 void *addr; /* address of lockdep_map, used as ID */50 char *name; /* for strcpy(), we cannot use const */52 unsigned int nr_acquire;53 unsigned int nr_acquired;54 unsigned int nr_contended;55 unsigned int nr_release;57 unsigned int nr_readlock;[all …]