Home
last modified time | relevance | path

Searched refs:LCB_F_WRITE (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/include/trace/events/
Dlock.h14 #define LCB_F_WRITE (1U << 2) macro
115 { LCB_F_WRITE, "WRITE" },
/Linux-v6.1/kernel/locking/
Dqrwlock.c70 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_WRITE); in queued_write_lock_slowpath()
Drwbase_rt.c254 trace_contention_begin(rwb, LCB_F_RT | LCB_F_WRITE); in rwbase_write_lock()
Dpercpu-rwsem.c228 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_WRITE); in percpu_down_write()
Drwsem.c1158 trace_contention_begin(sem, LCB_F_WRITE); in rwsem_down_write_slowpath()
/Linux-v6.1/tools/perf/util/
Dlock-contention.h102 #define LCB_F_WRITE (1U << 2) macro
/Linux-v6.1/tools/perf/
Dbuiltin-lock.c1457 { 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()