Searched refs:old_run_ctx (Results 1 – 4 of 4) 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()
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()
2076 struct bpf_run_ctx *old_run_ctx; in __bpf_trace_run() local2086 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_trace_run()2090 bpf_reset_run_ctx(old_run_ctx); in __bpf_trace_run()2560 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local2579 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in kprobe_multi_link_prog_run()2581 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()3094 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run() local3107 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in uprobe_prog_run()3109 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()
2456 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local2468 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()2475 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()2496 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe() local2510 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()2523 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()