Home
last modified time | relevance | path

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

/freebsd-12.1/sys/x86/x86/
H A Dmp_x86.c758 KASSERT(root->type == TOPO_TYPE_SYSTEM || root->type == TOPO_TYPE_CACHE || in x86topo_add_sched_group()
763 if (root->type == TOPO_TYPE_SYSTEM) in x86topo_add_sched_group()
801 (root->type != TOPO_TYPE_SYSTEM && in x86topo_add_sched_group()
822 (root->type != TOPO_TYPE_SYSTEM && in x86topo_add_sched_group()
/freebsd-12.1/sys/sys/
H A Dsmp.h44 TOPO_TYPE_SYSTEM enumerator
/freebsd-12.1/sys/kern/
H A Dsubr_smp.c918 root->type = TOPO_TYPE_SYSTEM; in topo_init_root()