Home
last modified time | relevance | path

Searched refs:old_run_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/kernel/bpf/
Dcgroup.c37 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg() local
46 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_cg()
58 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_cg()
/linux-5.19.10/include/linux/
Dbpf.h1420 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local
1430 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()
1437 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()
/linux-5.19.10/kernel/trace/
Dbpf_trace.c2395 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local
2405 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in kprobe_multi_link_prog_run()
2407 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()