Searched refs:old_run_ctx (Results 1 – 4 of 4) 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()
1910 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local1922 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()1929 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()1951 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe() local1965 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()1978 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()
2709 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2719 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in kprobe_multi_link_prog_run()2721 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()3093 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run() local3106 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in uprobe_prog_run()3108 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()