Searched defs:run_ctx (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | free_timer.c | 10 struct run_ctx { struct 19 static void start_threads(struct run_ctx *ctx) in start_threads() argument
|
/linux/kernel/bpf/ |
H A D | trampoline.c | 899 static u64 notrace __bpf_prog_enter_recur(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_recur() argument 945 __bpf_prog_exit_recur(struct bpf_prog * prog,u64 start,struct bpf_tramp_run_ctx * run_ctx) __bpf_prog_exit_recur() argument 957 __bpf_prog_enter_lsm_cgroup(struct bpf_prog * prog,struct bpf_tramp_run_ctx * run_ctx) __bpf_prog_enter_lsm_cgroup() argument 972 __bpf_prog_exit_lsm_cgroup(struct bpf_prog * prog,u64 start,struct bpf_tramp_run_ctx * run_ctx) __bpf_prog_exit_lsm_cgroup() argument 982 __bpf_prog_enter_sleepable_recur(struct bpf_prog * prog,struct bpf_tramp_run_ctx * run_ctx) __bpf_prog_enter_sleepable_recur() argument 1000 __bpf_prog_exit_sleepable_recur(struct bpf_prog * prog,u64 start,struct bpf_tramp_run_ctx * run_ctx) __bpf_prog_exit_sleepable_recur() argument 1011 __bpf_prog_enter_sleepable(struct bpf_prog * prog,struct bpf_tramp_run_ctx * run_ctx) __bpf_prog_enter_sleepable() argument 1023 __bpf_prog_exit_sleepable(struct bpf_prog * prog,u64 start,struct bpf_tramp_run_ctx * run_ctx) __bpf_prog_exit_sleepable() argument 1033 __bpf_prog_enter(struct bpf_prog * prog,struct bpf_tramp_run_ctx * run_ctx) __bpf_prog_enter() argument 1045 __bpf_prog_exit(struct bpf_prog * prog,u64 start,struct bpf_tramp_run_ctx * run_ctx) __bpf_prog_exit() argument [all...] |
H A D | bpf_lsm.c | 209 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local
|
H A D | bpf_iter.c | 695 struct bpf_run_ctx run_ctx, *old_run_ctx; in bpf_iter_run_prog() local
|
H A D | cgroup.c | 70 struct bpf_cg_run_ctx run_ctx; bpf_prog_run_array_cg() local [all...] |
H A D | syscall.c | 6184 struct bpf_tramp_run_ctx __maybe_unused run_ctx; kern_sys_bpf() local
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 1130 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local 1157 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local 2063 struct bpf_trace_run_ctx run_ctx; in __bpf_trace_run() local 2272 struct bpf_run_ctx run_ctx; member 2502 struct bpf_kprobe_multi_run_ctx *run_ctx; in bpf_kprobe_multi_cookie() local 2525 struct bpf_kprobe_multi_run_ctx *run_ctx; in bpf_kprobe_multi_entry_ip() local 2537 struct bpf_kprobe_multi_run_ctx run_ctx = { in kprobe_multi_link_prog_run() local 3064 struct bpf_uprobe_multi_run_ctx run_ctx = { in uprobe_prog_run() local 3136 struct bpf_uprobe_multi_run_ctx *run_ctx; in bpf_uprobe_multi_entry_ip() local 3145 struct bpf_uprobe_multi_run_ctx *run_ctx; in bpf_uprobe_multi_cookie() local
|
/linux/net/bpf/ |
H A D | test_run.c | 406 struct bpf_cg_run_ctx run_ctx; in bpf_test_run() local 744 struct bpf_trace_run_ctx run_ctx = {}; in __bpf_prog_test_run_raw_tp() local
|