Searched defs:lock_stat (Results 1 – 3 of 3) sorted by relevance
46 struct lock_stat { struct47 struct list_head hash_entry;48 struct rb_node rb; /* used for sorting */55 void *addr; /* address of lockdep_map, used as ID */56 char *name; /* for strcpy(), we cannot use const */58 unsigned int nr_acquire;59 unsigned int nr_acquired;60 unsigned int nr_contended;61 unsigned int nr_release;63 unsigned int nr_readlock;[all …]
73 int lock_stat = 1; variable76 #define lock_stat 0 macro
10783 ctrl_lock_status(struct drx_demod_instance *demod, enum drx_lock_status *lock_stat) in ctrl_lock_status()