Searched defs:subprog (Results 1 – 3 of 3) sorted by relevance
/kernel/bpf/ |
D | verifier.c | 1795 int subprog) in push_async_cb() 2193 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc() local 2236 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local 4472 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth_subprog() local 4601 int start = idx + insn->imm + 1, subprog; in get_callee_stack_depth() local 6913 int *insn_idx, int subprog, in __check_func_call() 7088 int subprog, target_insn; in check_func_call() local 13907 int i, j, subprog_start, subprog_end = 0, len, subprog; in jit_subprogs() local 14898 static int do_check_common(struct bpf_verifier_env *env, int subprog) in do_check_common() 15149 int ret = 0, subprog = -1, i; in bpf_check_attach_target() local
|
D | btf.c | 6598 int btf_check_subprog_arg_match(struct bpf_verifier_env *env, int subprog, in btf_check_subprog_arg_match() 6641 int btf_check_subprog_call(struct bpf_verifier_env *env, int subprog, in btf_check_subprog_call() 6687 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog, in btf_prepare_func_args()
|
/kernel/events/ |
D | core.c | 9078 struct bpf_prog *subprog = prog->aux->func[i]; in perf_event_bpf_emit_ksymbols() local
|