Searched defs:lock_stat (Results 1 – 4 of 4) sorted by relevance
41 struct lock_stat { struct42 struct list_head hash_entry;43 struct rb_node rb; /* used for sorting */50 void *addr; /* address of lockdep_map, used as ID */51 char *name; /* for strcpy(), we cannot use const */53 unsigned int nr_acquire;54 unsigned int nr_acquired;55 unsigned int nr_contended;56 unsigned int nr_release;58 unsigned int nr_readlock;[all …]
54 # define lock_stat(_lock, stat) lock_##stat(&(_lock)->dep_map, _RET_IP_) macro56 # define lock_stat(_lock, stat) do { } while (0) macro
64 int lock_stat = 1; variable67 #define lock_stat 0 macro
10773 ctrl_lock_status(struct drx_demod_instance *demod, enum drx_lock_status *lock_stat) in ctrl_lock_status()