Home
last modified time | relevance | path

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

/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.c3550 subprog[cur_subprog].has_tail_call = true; in check_subprogs()
6599 if (idx && subprog[idx].has_tail_call && depth >= 256) { in check_max_stack_depth_subprog()
6669 if (subprog[sidx].has_tail_call) { in check_max_stack_depth_subprog()
6686 if (subprog[idx].has_tail_call) in check_max_stack_depth_subprog()
6734 if (si[i].has_tail_call) { in check_max_stack_depth()
18458 if (env->subprog_info[i].has_tail_call) { in check_abnormal_return()
18631 if (i && !scalar_return && env->subprog_info[i].has_tail_call) { in check_btf_func()
24086 if (has_refcounted_arg && env->subprog_info[i].has_tail_call) { in check_struct_ops_btf_id()