Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h658 bool has_tail_call: 1; member
/linux/lib/
H A Dtest_bpf.c15252 bool has_tail_call; member
15328 .has_tail_call = true,
15339 .has_tail_call = true,
15350 .has_tail_call = true,
15381 .has_tail_call = true,
15394 .has_tail_call = true,
15417 .has_tail_call = true,
15430 .has_tail_call = true,
15443 .has_tail_call = true,
15493 fp->aux->tail_call_reachable = test->has_tail_call; in prepare_tail_call_tests()
/linux/kernel/bpf/
H A Dverifier.c3288 subprog[cur_subprog].has_tail_call = true; in check_subprogs()
6357 if (idx && subprog[idx].has_tail_call && depth >= 256) { in check_max_stack_depth_subprog()
6430 if (subprog[sidx].has_tail_call) { in check_max_stack_depth_subprog()
6447 if (subprog[idx].has_tail_call) in check_max_stack_depth_subprog()
6495 if (si[i].has_tail_call) { in check_max_stack_depth()
17219 if (env->subprog_info[i].has_tail_call) { in check_abnormal_return()
17392 if (i && !scalar_return && env->subprog_info[i].has_tail_call) { in check_btf_func()