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()709 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()711 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
70 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg() local78 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_cg()90 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_cg()
2062 struct bpf_run_ctx *old_run_ctx; in __bpf_trace_run() local2072 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_trace_run()2078 bpf_reset_run_ctx(old_run_ctx); in __bpf_trace_run()2545 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2564 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in kprobe_multi_link_prog_run()2566 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()3074 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run() local3087 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in uprobe_prog_run()3089 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()
2302 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local2314 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()2321 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()2342 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe() local2356 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()2369 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()
734 struct bpf_run_ctx *old_run_ctx; in __bpf_prog_test_run_raw_tp() local736 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_prog_test_run_raw_tp()742 bpf_reset_run_ctx(old_run_ctx); in __bpf_prog_test_run_raw_tp()