Searched refs:LCB_F_WRITE (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/include/trace/events/ |
| D | lock.h | 14 #define LCB_F_WRITE (1U << 2) macro 115 { LCB_F_WRITE, "WRITE" },
|
| /Linux-v6.1/kernel/locking/ |
| D | qrwlock.c | 70 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_WRITE); in queued_write_lock_slowpath()
|
| D | rwbase_rt.c | 254 trace_contention_begin(rwb, LCB_F_RT | LCB_F_WRITE); in rwbase_write_lock()
|
| D | percpu-rwsem.c | 228 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_WRITE); in percpu_down_write()
|
| D | rwsem.c | 1158 trace_contention_begin(sem, LCB_F_WRITE); in rwsem_down_write_slowpath()
|
| /Linux-v6.1/tools/perf/util/ |
| D | lock-contention.h | 102 #define LCB_F_WRITE (1U << 2) macro
|
| /Linux-v6.1/tools/perf/ |
| D | builtin-lock.c | 1457 { LCB_F_SPIN | LCB_F_WRITE, "rwlock:W"}, in get_type_str() 1459 { LCB_F_WRITE, "rwsem:W" }, in get_type_str() 1462 { LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W"}, in get_type_str() 1464 { LCB_F_PERCPU | LCB_F_WRITE, "pcpu-sem:W" }, in get_type_str()
|