Searched refs:LCB_F_SPIN (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/kernel/locking/ |
| D | qrwlock.c | 38 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_READ); in queued_read_lock_slowpath() 70 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_WRITE); in queued_write_lock_slowpath()
|
| D | qspinlock.c | 405 trace_contention_begin(lock, LCB_F_SPIN); in queued_spin_lock_slowpath()
|
| D | mutex.c | 605 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN); in __mutex_lock_common() 693 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN); in __mutex_lock_common()
|
| /Linux-v6.1/include/trace/events/ |
| D | lock.h | 12 #define LCB_F_SPIN (1U << 0) macro 113 { LCB_F_SPIN, "SPIN" },
|
| /Linux-v6.1/tools/perf/util/ |
| D | lock-contention.h | 100 #define LCB_F_SPIN (1U << 0) macro
|
| /Linux-v6.1/tools/perf/ |
| D | builtin-lock.c | 1455 { LCB_F_SPIN, "spinlock" }, in get_type_str() 1456 { LCB_F_SPIN | LCB_F_READ, "rwlock:R" }, in get_type_str() 1457 { LCB_F_SPIN | LCB_F_WRITE, "rwlock:W"}, in get_type_str() 1466 { LCB_F_MUTEX | LCB_F_SPIN, "mutex" }, in get_type_str()
|