Home
last modified time | relevance | path

Searched defs:lock_stat (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/tools/perf/util/
Dlock-contention.h17 struct lock_stat { struct
18 struct hlist_node hash_entry;
19 struct rb_node rb; /* used for sorting */
21 u64 addr; /* address of lockdep_map, used as ID */
22 char *name; /* for strcpy(), we cannot use const */
23 u64 *callstack;
25 unsigned int nr_acquire;
26 unsigned int nr_acquired;
27 unsigned int nr_contended;
28 unsigned int nr_release;
[all …]
/linux-6.6.21/tools/perf/
Dbuiltin-lock.c439 static void insert_to_result(struct lock_stat *st, in insert_to_result()
440 int (*bigger)(struct lock_stat *, struct lock_stat *)) in insert_to_result()
/linux-6.6.21/kernel/locking/
Dlockdep.c74 static int lock_stat = 1; variable
77 #define lock_stat 0 macro
/linux-6.6.21/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c10790 ctrl_lock_status(struct drx_demod_instance *demod, enum drx_lock_status *lock_stat) in ctrl_lock_status()