Searched refs:old_run_ctx (Results 1 – 5 of 5) sorted by relevance
695 struct bpf_run_ctx run_ctx, *old_run_ctx; in bpf_iter_run_prog() local702 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()704 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()710 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()712 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()
2350 struct bpf_run_ctx *old_run_ctx; in __bpf_trace_run() local2360 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_trace_run()2366 bpf_reset_run_ctx(old_run_ctx); in __bpf_trace_run()2807 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2820 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in kprobe_multi_link_prog_run()2822 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()3281 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run() local3294 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in uprobe_prog_run()3296 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()
2199 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local2211 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()2218 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()2239 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe() local2253 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()2266 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()