Searched refs:LCB_F_READ (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/include/trace/events/ |
| D | lock.h | 13 #define LCB_F_READ (1U << 1) macro 114 { LCB_F_READ, "READ" },
|
| /Linux-v6.1/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 | 115 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 | 1078 trace_contention_begin(sem, LCB_F_READ); in rwsem_down_read_slowpath()
|
| /Linux-v6.1/tools/perf/util/ |
| D | lock-contention.h | 101 #define LCB_F_READ (1U << 1) macro
|
| /Linux-v6.1/tools/perf/ |
| D | builtin-lock.c | 1456 { LCB_F_SPIN | LCB_F_READ, "rwlock:R" }, in get_type_str() 1458 { LCB_F_READ, "rwsem:R" }, in get_type_str() 1461 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R" }, in get_type_str() 1463 { LCB_F_PERCPU | LCB_F_READ, "pcpu-sem:R" }, in get_type_str()
|