Searched defs:lock_stat (Results 1 – 1 of 1) sorted by relevance
48 struct lock_stat { struct49 struct list_head hash_entry;50 struct rb_node rb; /* used for sorting */57 void *addr; /* address of lockdep_map, used as ID */58 char *name; /* for strcpy(), we cannot use const */60 unsigned int nr_acquire;61 unsigned int nr_acquired;62 unsigned int nr_contended;63 unsigned int nr_release;65 unsigned int nr_readlock;[all …]