Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsmp.h152 struct cpu_group *smp_topo_1level(int l1share, int l1count, int l1flags);
154 int l1count, int l1flags);
/freebsd/sys/kern/
H A Dsubr_smp.c799 smp_topo_2level(int l2share, int l2count, int l1share, int l1count, in smp_topo_2level() argument
810 top = smp_topo_alloc(1 + mp_ncpus / (l2count * l1count) + in smp_topo_2level()
811 mp_ncpus / l1count); in smp_topo_2level()
815 top->cg_children = mp_ncpus / (l2count * l1count); in smp_topo_2level()
822 cpu = smp_topo_addleaf(l2g, l1g, l1share, l1count, in smp_topo_2level()