Lines Matching refs:run_ctx
1156 struct bpf_tramp_run_ctx *run_ctx);
1158 struct bpf_tramp_run_ctx *run_ctx);
1162 struct bpf_tramp_run_ctx *run_ctx);
1164 struct bpf_tramp_run_ctx *run_ctx);
2067 struct bpf_run_ctx run_ctx; member
2073 struct bpf_run_ctx run_ctx; member
2079 struct bpf_run_ctx run_ctx; member
2116 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array() local
2124 run_ctx.is_uprobe = false; in bpf_prog_run_array()
2127 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()
2130 run_ctx.bpf_cookie = item->bpf_cookie; in bpf_prog_run_array()
2157 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array_uprobe() local
2165 run_ctx.is_uprobe = true; in bpf_prog_run_array_uprobe()
2170 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()
2176 run_ctx.bpf_cookie = item->bpf_cookie; in bpf_prog_run_array_uprobe()