Searched refs:LCB_F_READ (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/locking/ |
| H A D | qrwlock.c | 38 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_READ); in queued_read_lock_slowpath()
|
| /linux/tools/perf/util/ |
| H A D | lock-contention.h | 126 #define LCB_F_READ (1U << 1) macro
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | lock_contention.bpf.c | 22 #define LCB_F_READ (1U << 1) macro 362 } else if (flags == LCB_F_READ || flags == LCB_F_WRITE) { 399 case LCB_F_READ: /* rwsem */ in check_lock_type()
|
| /linux/tools/perf/ |
| H A D | builtin-lock.c | 1492 { LCB_F_SPIN | LCB_F_READ, "rwlock:R", "rwlock" }, 1494 { LCB_F_READ, "rwsem:R", "rwsem" }, 1497 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R", "rwlock-rt" }, 1499 { LCB_F_PERCPU | LCB_F_READ, "pcpu-sem:R", "percpu-rwsem" },
|