Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_verifier.h662 bool has_tail_call: 1; member
/linux/lib/
A Dtest_bpf.c15200 bool has_tail_call; member
15276 .has_tail_call = true,
15287 .has_tail_call = true,
15298 .has_tail_call = true,
15329 .has_tail_call = true,
15342 .has_tail_call = true,
15365 .has_tail_call = true,
15378 .has_tail_call = true,
15391 .has_tail_call = true,
15441 fp->aux->tail_call_reachable = test->has_tail_call; in prepare_tail_call_tests()
/linux/kernel/bpf/
A Dverifier.c3046 subprog[cur_subprog].has_tail_call = true; in check_subprogs()
6039 if (idx && subprog[idx].has_tail_call && depth >= 256) { in check_max_stack_depth_subprog()
6092 if (subprog[sidx].has_tail_call) { in check_max_stack_depth_subprog()
6107 if (subprog[idx].has_tail_call) in check_max_stack_depth_subprog()
16587 if (env->subprog_info[i].has_tail_call) { in check_abnormal_return()
16760 if (i && !scalar_return && env->subprog_info[i].has_tail_call) { in check_btf_func()

Completed in 62 milliseconds