Searched defs:lock_stat (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | lock-contention.h | 27 struct lock_stat { struct 28 struct hlist_node hash_entry; 29 struct rb_node rb; /* used for sorting */ 31 u64 addr; /* address of lockdep_map, used as ID */ 32 char *name; /* for strcpy(), we cannot use const */ 33 u64 *callstack; 35 unsigned int nr_acquire; 36 unsigned int nr_acquired; 37 unsigned int nr_contended; 38 unsigned int nr_release; [all …]
|
| /linux/tools/perf/ |
| H A D | builtin-lock.c | 423 insert_to(struct rb_root * rr,struct lock_stat * st,int (* bigger)(struct lock_stat *,struct lock_stat *)) insert_to() argument 424 insert_to(struct rb_root * rr,struct lock_stat * st,int (* bigger)(struct lock_stat *,struct lock_stat *)) insert_to() argument 444 insert_to_result(struct lock_stat * st,int (* bigger)(struct lock_stat *,struct lock_stat *)) insert_to_result() argument 445 insert_to_result(struct lock_stat * st,int (* bigger)(struct lock_stat *,struct lock_stat *)) insert_to_result() argument [all...] |
| /linux/kernel/locking/ |
| H A D | lockdep.c | 77 static int lock_stat = 1; variable 80 #define lock_stat 0 macro
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | drxj.c | 10781 ctrl_lock_status(struct drx_demod_instance *demod, enum drx_lock_status *lock_stat) in ctrl_lock_status()
|