Searched refs:LCB_F_WRITE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | lock.h | 14 #define LCB_F_WRITE (1U << 2) macro 115 { LCB_F_WRITE, "WRITE" },
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | qrwlock.c | 70 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_WRITE); in queued_write_lock_slowpath()
|
H A D | rwbase_rt.c | 245 trace_contention_begin(rwb, LCB_F_RT | LCB_F_WRITE); in rwbase_write_lock()
|
H A D | percpu-rwsem.c | 228 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_WRITE); in percpu_down_write()
|
H A D | rwsem.c | 1149 trace_contention_begin(sem, LCB_F_WRITE); in rwsem_down_write_slowpath()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | lock-contention.h | 116 #define LCB_F_WRITE (1U << 2) macro
|
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/ |
H A D | lock_contention.bpf.c | 17 #define LCB_F_WRITE (1U << 2) macro 207 } else if (flags == LCB_F_READ || flags == LCB_F_WRITE) { in get_lock_owner() 244 case LCB_F_WRITE: in check_lock_type()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-lock.c | 1584 { LCB_F_SPIN | LCB_F_WRITE, "rwlock:W", "rwlock" }, 1586 { LCB_F_WRITE, "rwsem:W", "rwsem" }, 1589 { LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W", "rwlock-rt" }, 1591 { LCB_F_PERCPU | LCB_F_WRITE, "pcpu-sem:W", "percpu-rwsem" },
|
Completed in 8 milliseconds