Searched refs:saved_run_ctx (Results 1 – 3 of 3) sorted by relevance
873 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter()907 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()925 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_lsm_cgroup()934 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()951 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable()959 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()974 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_struct_ops()983 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_struct_ops()
5135 run_ctx.saved_run_ctx = NULL; in kern_sys_bpf()
1566 struct bpf_run_ctx *saved_run_ctx; member