Searched refs:saved_run_ctx (Results 1 – 3 of 3) sorted by relevance
877 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter()911 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()929 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_lsm_cgroup()938 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()955 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable()963 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()978 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_struct_ops()987 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_struct_ops()
5133 run_ctx.saved_run_ctx = NULL; in kern_sys_bpf()
1566 struct bpf_run_ctx *saved_run_ctx; member