Searched refs:LCB_F_PERCPU (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/trace/events/ |
| D | lock.h | 16 #define LCB_F_PERCPU (1U << 4) macro 117 { LCB_F_PERCPU, "PERCPU" },
|
| /Linux-v6.6/kernel/locking/ |
| D | percpu-rwsem.c | 175 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_READ); in __percpu_down_read() 228 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_WRITE); in percpu_down_write()
|
| /Linux-v6.6/tools/perf/util/ |
| D | lock-contention.h | 118 #define LCB_F_PERCPU (1U << 4) macro
|
| /Linux-v6.6/tools/perf/util/bpf_skel/ |
| D | lock_contention.bpf.c | 19 #define LCB_F_PERCPU (1U << 4) macro
|
| /Linux-v6.6/tools/perf/ |
| D | builtin-lock.c | 1575 { LCB_F_PERCPU | LCB_F_READ, "pcpu-sem:R", "percpu-rwsem" }, 1576 { LCB_F_PERCPU | LCB_F_WRITE, "pcpu-sem:W", "percpu-rwsem" },
|