Searched refs:LCB_F_WRITE (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/include/trace/events/ |
D | lock.h | 14 #define LCB_F_WRITE (1U << 2) macro 115 { LCB_F_WRITE, "WRITE" },
|
/linux-6.12.1/kernel/locking/ |
D | qrwlock.c | 70 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_WRITE); in queued_write_lock_slowpath()
|
D | percpu-rwsem.c | 239 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_WRITE); in percpu_down_write()
|
D | rwbase_rt.c | 251 trace_contention_begin(rwb, LCB_F_RT | LCB_F_WRITE); in rwbase_write_lock()
|
D | rwsem.c | 1147 trace_contention_begin(sem, LCB_F_WRITE); in rwsem_down_write_slowpath()
|
/linux-6.12.1/tools/perf/util/bpf_skel/ |
D | lock_contention.bpf.c | 17 #define LCB_F_WRITE (1U << 2) macro 254 } else if (flags == LCB_F_READ || flags == LCB_F_WRITE) { in get_lock_owner() 292 case LCB_F_WRITE: in check_lock_type()
|
/linux-6.12.1/tools/perf/util/ |
D | lock-contention.h | 118 #define LCB_F_WRITE (1U << 2) macro
|
/linux-6.12.1/tools/perf/ |
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" },
|