Lines Matching refs:run_ctx
1207 struct bpf_tramp_run_ctx *run_ctx);
1209 struct bpf_tramp_run_ctx *run_ctx);
1213 struct bpf_tramp_run_ctx *run_ctx);
1215 struct bpf_tramp_run_ctx *run_ctx);
2151 struct bpf_run_ctx run_ctx; member
2157 struct bpf_run_ctx run_ctx; member
2163 struct bpf_run_ctx run_ctx; member
2200 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array() local
2208 run_ctx.is_uprobe = false; in bpf_prog_run_array()
2211 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()
2214 run_ctx.bpf_cookie = item->bpf_cookie; in bpf_prog_run_array()
2240 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array_uprobe() local
2251 run_ctx.is_uprobe = true; in bpf_prog_run_array_uprobe()
2253 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()
2259 run_ctx.bpf_cookie = item->bpf_cookie; in bpf_prog_run_array_uprobe()