Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf_verifier.h482 bool has_tail_call; member
/Linux-v6.1/kernel/bpf/
Dverifier.c2235 subprog[cur_subprog].has_tail_call = true; in check_subprogs()
4260 if (idx && subprog[idx].has_tail_call && depth >= 256) { in check_max_stack_depth()
4295 if (subprog[idx].has_tail_call) { in check_max_stack_depth()
4304 if (subprog[idx].has_tail_call) in check_max_stack_depth()
10965 if (env->subprog_info[i].has_tail_call) { in check_abnormal_return()
11088 if (i && !scalar_return && env->subprog_info[i].has_tail_call) { in check_btf_func()