Lines Matching refs:run_ctx

870 static u64 notrace __bpf_prog_enter_recur(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx)  in __bpf_prog_enter_recur()  argument
876 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_recur()
908 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_recur() argument
911 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_recur()
920 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_lsm_cgroup() argument
929 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_lsm_cgroup()
935 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_lsm_cgroup() argument
938 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
945 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable_recur() argument
956 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable_recur()
962 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable_recur() argument
964 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable_recur()
973 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable() argument
979 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable()
985 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable() argument
987 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
995 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter() argument
1001 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter()
1007 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit() argument
1010 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()