Searched refs:LCB_F_WRITE (Results 1 – 6 of 6) sorted by relevance
| /linux/include/trace/events/ |
| H A D | lock.h | 14 #define LCB_F_WRITE (1U << 2) macro 115 { LCB_F_WRITE, "WRITE" },
|
| /linux/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 | rwsem.c | 1153 trace_contention_begin(sem, LCB_F_WRITE); in rwsem_down_write_slowpath()
|
| /linux/tools/perf/util/ |
| H A D | lock-contention.h | 127 #define LCB_F_WRITE (1U << 2) macro
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | lock_contention.bpf.c | 23 #define LCB_F_WRITE (1U << 2) macro 334 } else if (flags == LCB_F_READ || flags == LCB_F_WRITE) { in get_lock_owner() 372 case LCB_F_WRITE: in check_lock_type()
|
| /linux/tools/perf/ |
| H A D | builtin-lock.c | 1496 { LCB_F_SPIN | LCB_F_WRITE, "rwlock:W", "rwlock" }, 1498 { LCB_F_WRITE, "rwsem:W", "rwsem" }, 1501 { LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W", "rwlock-rt" }, 1503 { LCB_F_PERCPU | LCB_F_WRITE, "pcpu-sem:W", "percpu-rwsem" },
|