Searched defs:lock_stat (Results 1 – 2 of 2) sorted by relevance
38 struct lock_stat { struct39 struct list_head hash_entry;40 struct rb_node rb; /* used for sorting */47 void *addr; /* address of lockdep_map, used as ID */48 char *name; /* for strcpy(), we cannot use const */50 unsigned int nr_acquire;51 unsigned int nr_acquired;52 unsigned int nr_contended;53 unsigned int nr_release;55 unsigned int nr_readlock;[all …]
64 int lock_stat = 1; variable67 #define lock_stat 0 macro