Searched refs:old_run_ctx (Results 1 – 4 of 4) 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()
2358 struct bpf_run_ctx *old_run_ctx; in __bpf_trace_run() local2368 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_trace_run()2374 bpf_reset_run_ctx(old_run_ctx); in __bpf_trace_run()2815 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2828 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in kprobe_multi_link_prog_run()2830 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()3286 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run() local3299 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in uprobe_prog_run()3301 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()
2162 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local2174 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()2181 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()2202 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe() local2216 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()2229 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()
739 struct bpf_run_ctx *old_run_ctx; in __bpf_prog_test_run_raw_tp() local741 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_prog_test_run_raw_tp()747 bpf_reset_run_ctx(old_run_ctx); in __bpf_prog_test_run_raw_tp()