Searched refs:old_run_ctx (Results 1 – 1 of 1) sorted by relevance
2140 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local2152 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()2159 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()2180 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe() local2194 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()2207 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()