Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dlock-contention.h8 struct lock_stat { struct
9 struct hlist_node hash_entry;
10 struct rb_node rb; /* used for sorting */
12 u64 addr; /* address of lockdep_map, used as ID */
13 char *name; /* for strcpy(), we cannot use const */
14 u64 *callstack;
16 unsigned int nr_acquire;
17 unsigned int nr_acquired;
18 unsigned int nr_contended;
19 unsigned int nr_release;
[all …]
/linux-6.1.9/tools/perf/
Dbuiltin-lock.c421 static void insert_to_result(struct lock_stat *st, in insert_to_result()
422 int (*bigger)(struct lock_stat *, struct lock_stat *)) in insert_to_result()
/linux-6.1.9/kernel/locking/
Dlockdep.c73 static int lock_stat = 1; variable
76 #define lock_stat 0 macro
/linux-6.1.9/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c10788 ctrl_lock_status(struct drx_demod_instance *demod, enum drx_lock_status *lock_stat) in ctrl_lock_status()