Searched refs:LCB_F_READ (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/include/trace/events/ |
D | lock.h | 13 #define LCB_F_READ (1U << 1) macro 114 { LCB_F_READ, "READ" },
|
/linux-6.6.21/tools/perf/util/bpf_skel/ |
D | lock_contention.bpf.c | 16 #define LCB_F_READ (1U << 1) macro 207 } else if (flags == LCB_F_READ || flags == LCB_F_WRITE) { in get_lock_owner() 243 case LCB_F_READ: /* rwsem */ in check_lock_type()
|
/linux-6.6.21/kernel/locking/ |
D | qrwlock.c | 38 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_READ); in queued_read_lock_slowpath()
|
D | rwbase_rt.c | 106 trace_contention_begin(rwb, LCB_F_RT | LCB_F_READ); in __rwbase_read_lock()
|
D | percpu-rwsem.c | 175 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_READ); in __percpu_down_read()
|
D | rwsem.c | 1069 trace_contention_begin(sem, LCB_F_READ); in rwsem_down_read_slowpath()
|
/linux-6.6.21/tools/perf/util/ |
D | lock-contention.h | 115 #define LCB_F_READ (1U << 1) macro
|
/linux-6.6.21/tools/perf/ |
D | builtin-lock.c | 1583 { LCB_F_SPIN | LCB_F_READ, "rwlock:R", "rwlock" }, 1585 { LCB_F_READ, "rwsem:R", "rwsem" }, 1588 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R", "rwlock-rt" }, 1590 { LCB_F_PERCPU | LCB_F_READ, "pcpu-sem:R", "percpu-rwsem" },
|