Searched defs:lock_stat (Results 1 – 4 of 4) sorted by relevance
45 struct lock_stat { struct46 struct list_head hash_entry;47 struct rb_node rb; /* used for sorting */54 void *addr; /* address of lockdep_map, used as ID */55 char *name; /* for strcpy(), we cannot use const */57 unsigned int nr_acquire;58 unsigned int nr_acquired;59 unsigned int nr_contended;60 unsigned int nr_release;62 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
69 int lock_stat = 1; variable72 #define lock_stat 0 macro
10783 ctrl_lock_status(struct drx_demod_instance *demod, enum drx_lock_status *lock_stat) in ctrl_lock_status()