Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_smp.c808 smp_topo_2level(int l2share, int l2count, int l1share, int l1count, in smp_topo_2level() argument
819 top = smp_topo_alloc(1 + mp_ncpus / (l2count * l1count) + in smp_topo_2level()
824 top->cg_children = mp_ncpus / (l2count * l1count); in smp_topo_2level()
830 for (j = 0; j < l2count; j++, l1g++) in smp_topo_2level()
/freebsd-14-stable/sys/sys/
HDsmp.h153 struct cpu_group *smp_topo_2level(int l2share, int l2count, int l1share,