Searched refs:old_run_ctx (Results 1 – 3 of 3) sorted by relevance
37 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg() local46 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()
1420 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local1430 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()
2395 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2405 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()