Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcfg.c718 u32 next_scc_id; in bpf_compute_scc() local
723 next_scc_id = 1; in bpf_compute_scc()
863 aux[t].scc = next_scc_id; in bpf_compute_scc()
866 next_scc_id++; in bpf_compute_scc()
870 env->scc_info = kvzalloc_objs(*env->scc_info, next_scc_id, in bpf_compute_scc()
876 env->scc_cnt = next_scc_id; in bpf_compute_scc()