Searched refs:old_run_ctx (Results 1 – 5 of 5) sorted by relevance
696 struct bpf_run_ctx run_ctx, *old_run_ctx; in bpf_iter_run_prog() local703 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()705 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()711 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()713 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()
2303 struct bpf_run_ctx *old_run_ctx; in __bpf_trace_run() local2313 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_trace_run()2319 bpf_reset_run_ctx(old_run_ctx); in __bpf_trace_run()2746 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2757 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in kprobe_multi_link_prog_run()2759 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()3207 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run() local3220 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in uprobe_prog_run()3222 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()
2115 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local2127 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()2134 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()2156 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe() local2170 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()2183 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()
742 struct bpf_run_ctx *old_run_ctx; in __bpf_prog_test_run_raw_tp() local744 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_prog_test_run_raw_tp()750 bpf_reset_run_ctx(old_run_ctx); in __bpf_prog_test_run_raw_tp()