Searched refs:old_run_ctx (Results 1 – 5 of 5) sorted by relevance
682 struct bpf_run_ctx run_ctx, *old_run_ctx; in bpf_iter_run_prog() local689 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()691 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()696 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()698 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
92 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg() local100 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_cg()113 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_cg()
2586 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local2598 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()2605 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()2626 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe() local2640 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()2653 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()3229 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_sleepable() local3240 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_sleepable()3268 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_sleepable()
2109 struct bpf_run_ctx *old_run_ctx; in __bpf_trace_run() local2125 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_trace_run()2129 bpf_reset_run_ctx(old_run_ctx); in __bpf_trace_run()2607 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2626 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in kprobe_multi_link_prog_run()2628 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()3141 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run() local3154 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in uprobe_prog_run()3156 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()
751 struct bpf_run_ctx *old_run_ctx; in __bpf_prog_test_run_raw_tp() local753 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_prog_test_run_raw_tp()779 bpf_reset_run_ctx(old_run_ctx); in __bpf_prog_test_run_raw_tp()