Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h857 int subprog_topo_order[BPF_MAX_SUBPROGS + 2]; member
/linux/kernel/bpf/
H A Dliveness.c1928 int sub = env->subprog_topo_order[k]; in bpf_compute_subprog_arg_access()
H A Dverifier.c3282 env->subprog_topo_order[order++] = cur; in sort_subprogs_topo()
3291 i, subprog_name(env, env->subprog_topo_order[i])); in sort_subprogs_topo()