Searched refs:LCB_F_MUTEX (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/trace/events/ |
D | lock.h | 17 #define LCB_F_MUTEX (1U << 5) macro 118 { LCB_F_MUTEX, "MUTEX" }
|
/linux-6.12.1/kernel/locking/ |
D | mutex.c | 610 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN); in __mutex_lock_common() 654 trace_contention_begin(lock, LCB_F_MUTEX); in __mutex_lock_common() 698 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN); in __mutex_lock_common() 701 trace_contention_begin(lock, LCB_F_MUTEX); in __mutex_lock_common()
|
/linux-6.12.1/tools/perf/util/bpf_skel/ |
D | lock_contention.bpf.c | 20 #define LCB_F_MUTEX (1U << 5) macro 251 if (flags & LCB_F_MUTEX) { in get_lock_owner() 327 if ((flags & (LCB_F_SPIN | LCB_F_MUTEX)) == LCB_F_SPIN) { in get_tstamp_elem()
|
/linux-6.12.1/tools/perf/util/ |
D | lock-contention.h | 121 #define LCB_F_MUTEX (1U << 5) macro
|
/linux-6.12.1/tools/perf/ |
D | builtin-lock.c | 1592 { LCB_F_MUTEX, "mutex", "mutex" }, 1593 { LCB_F_MUTEX | LCB_F_SPIN, "mutex", "mutex" }, 1595 { LCB_F_MUTEX | LCB_F_SPIN, "mutex-spin", "mutex" },
|