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()
1600 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local1610 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()1617 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()1639 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_sleepable() local1651 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_sleepable()1664 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_sleepable()
2605 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2615 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in kprobe_multi_link_prog_run()2617 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()