Searched refs:old_run_ctx (Results 1 – 3 of 3) 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()
69 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()
2244 struct bpf_run_ctx *old_run_ctx; in __bpf_trace_run() local2254 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_trace_run()2260 bpf_reset_run_ctx(old_run_ctx); in __bpf_trace_run()2727 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2740 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in kprobe_multi_link_prog_run()2742 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()3247 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run() local3260 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in uprobe_prog_run()3262 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()
Completed in 18 milliseconds