Searched refs:hidden_subprog_cnt (Results 1 – 3 of 3) sorted by relevance
1242 func[i]->aux->func_cnt = env->subprog_cnt - env->hidden_subprog_cnt; in jit_subprogs()1302 prog->aux->func_cnt = env->subprog_cnt - env->hidden_subprog_cnt; in jit_subprogs()1486 if (env->hidden_subprog_cnt) { in add_hidden_subprog()1501 env->hidden_subprog_cnt++; in add_hidden_subprog()
17751 for (i = 0; i < env->subprog_cnt - env->hidden_subprog_cnt; i++) in adjust_btf_func()19516 int i, subprog_cnt = env->subprog_cnt - env->hidden_subprog_cnt; in print_verification_stats()
940 u32 hidden_subprog_cnt; /* number of hidden subprogs */ member