Home
last modified time | relevance | path

Searched refs:LCB_F_RT (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/include/trace/events/
Dlock.h15 #define LCB_F_RT (1U << 3) macro
116 { LCB_F_RT, "RT" },
/Linux-v6.6/kernel/locking/
Drwbase_rt.c106 trace_contention_begin(rwb, LCB_F_RT | LCB_F_READ); in __rwbase_read_lock()
245 trace_contention_begin(rwb, LCB_F_RT | LCB_F_WRITE); in rwbase_write_lock()
Drtmutex.c1680 trace_contention_begin(lock, LCB_F_RT); in __rt_mutex_slowlock()
1789 trace_contention_begin(lock, LCB_F_RT); in rtlock_slowlock_locked()
/Linux-v6.6/tools/perf/util/
Dlock-contention.h117 #define LCB_F_RT (1U << 3) macro
/Linux-v6.6/tools/perf/util/bpf_skel/
Dlock_contention.bpf.c18 #define LCB_F_RT (1U << 3) macro
/Linux-v6.6/tools/perf/
Dbuiltin-lock.c1572 { LCB_F_RT, "rt-mutex", "rt-mutex" },
1573 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R", "rwlock-rt" },
1574 { LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W", "rwlock-rt" },