Searched refs:old_run_ctx (Results 1 – 3 of 3) sorted by relevance
697 struct bpf_run_ctx run_ctx, *old_run_ctx; in bpf_iter_run_prog() local704 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()706 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()712 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()714 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
39 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg() local48 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_cg()60 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_cg()
2624 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2634 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in kprobe_multi_link_prog_run()2636 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()