Searched refs:LCB_F_RT (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/include/trace/events/ |
| D | lock.h | 15 #define LCB_F_RT (1U << 3) macro 116 { LCB_F_RT, "RT" },
|
| /Linux-v6.1/kernel/locking/ |
| D | rwbase_rt.c | 115 trace_contention_begin(rwb, LCB_F_RT | LCB_F_READ); in __rwbase_read_lock() 254 trace_contention_begin(rwb, LCB_F_RT | LCB_F_WRITE); in rwbase_write_lock()
|
| D | rtmutex.c | 1584 trace_contention_begin(lock, LCB_F_RT); in __rt_mutex_slowlock() 1693 trace_contention_begin(lock, LCB_F_RT); in rtlock_slowlock_locked()
|
| /Linux-v6.1/tools/perf/util/ |
| D | lock-contention.h | 103 #define LCB_F_RT (1U << 3) macro
|
| /Linux-v6.1/tools/perf/ |
| D | builtin-lock.c | 1460 { LCB_F_RT, "rtmutex" }, in get_type_str() 1461 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R" }, in get_type_str() 1462 { LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W"}, in get_type_str()
|