Searched refs:old_run_ctx (Results 1 – 3 of 3) sorted by relevance
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()
2342 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local2354 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()2361 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()2382 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe() local2396 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()2409 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()