Lines Matching refs:run_ctx
1076 struct bpf_tramp_run_ctx *run_ctx);
1078 struct bpf_tramp_run_ctx *run_ctx);
1082 struct bpf_tramp_run_ctx *run_ctx);
1084 struct bpf_tramp_run_ctx *run_ctx);
1862 struct bpf_run_ctx run_ctx; member
1868 struct bpf_run_ctx run_ctx; member
1874 struct bpf_run_ctx run_ctx; member
1911 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array() local
1919 run_ctx.is_uprobe = false; in bpf_prog_run_array()
1922 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()
1925 run_ctx.bpf_cookie = item->bpf_cookie; in bpf_prog_run_array()
1952 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array_uprobe() local
1960 run_ctx.is_uprobe = true; in bpf_prog_run_array_uprobe()
1965 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()
1971 run_ctx.bpf_cookie = item->bpf_cookie; in bpf_prog_run_array_uprobe()