Home
last modified time | relevance | path

Searched refs:cpu_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c122 struct cpu_ctx { struct
133 __type(value, struct cpu_ctx); argument
401 struct cpu_ctx *cpuc; in BPF_STRUCT_OPS()
545 struct cpu_ctx *cpuc; in BPF_STRUCT_OPS()
671 struct cpu_ctx *cpuc; in BPF_STRUCT_OPS()
803 struct cpu_ctx *cpuc; in monitor_cpuperf()
H A Dscx_flatcg.bpf.c92 } cpu_ctx SEC(".maps");
155 cpuc = bpf_map_lookup_elem(&cpu_ctx, &idx); in find_cpu_ctx()
157 scx_bpf_error("cpu_ctx lookup failed"); in find_cpu_ctx()