Searched refs:old_run_ctx (Results 1 – 5 of 5) 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()
56 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg() local65 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_cg()77 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_cg()
1956 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local1968 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()1975 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()1996 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe() local2010 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()2023 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()
2725 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2735 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in kprobe_multi_link_prog_run()2737 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()3112 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run() local3124 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in uprobe_prog_run()3126 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()
709 struct bpf_run_ctx *old_run_ctx; in __bpf_prog_test_run_raw_tp() local711 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_prog_test_run_raw_tp()717 bpf_reset_run_ctx(old_run_ctx); in __bpf_prog_test_run_raw_tp()