Lines Matching refs:run_ctx
945 static u64 notrace __bpf_prog_enter_recur(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_recur() argument
950 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_recur()
990 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_recur() argument
993 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_recur()
1001 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_lsm_cgroup() argument
1009 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_lsm_cgroup()
1015 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_lsm_cgroup() argument
1018 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
1024 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable_recur() argument
1030 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable_recur()
1042 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable_recur() argument
1044 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable_recur()
1053 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable() argument
1059 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable()
1065 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable() argument
1067 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
1075 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter() argument
1080 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter()
1086 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit() argument
1089 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()