Home
last modified time | relevance | path

Searched refs:has_tail_call (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dcheck_btf.c19 if (env->subprog_info[i].has_tail_call) { in check_abnormal_return()
193 if (i && !scalar_return && env->subprog_info[i].has_tail_call) { in check_btf_func()
H A Dverifier.c3022 subprog[cur_subprog].has_tail_call = true; in check_subprogs()
5322 if (idx && subprog[idx].has_tail_call && depth >= 256) { in check_max_stack_depth_subprog()
5422 tail_call_reachable = subprog[idx].has_tail_call; in check_max_stack_depth_subprog()
5449 } else if (!idx && subprog[0].has_tail_call && subprog[0].stack_arg_cnt) { in check_max_stack_depth_subprog()
5491 if (si[i].has_tail_call) { in check_max_stack_depth()
19659 if (has_refcounted_arg && env->subprog_info[i].has_tail_call) { in check_struct_ops_btf_id()
/linux/include/linux/
H A Dbpf_verifier.h814 bool has_tail_call: 1; member