Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsmp.h149 struct cpu_group *smp_topo_alloc(u_int count);
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c830 cg_root->cg_child = smp_topo_alloc(nchildren); in x86topo_add_sched_group()
865 cg_root = smp_topo_alloc(1); in cpu_topo()
/f-stack/freebsd/kern/
H A Dsubr_smp.c700 smp_topo_alloc(u_int count) in smp_topo_alloc() function