Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsmp.h44 TOPO_TYPE_SYSTEM enumerator
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c778 KASSERT(root->type == TOPO_TYPE_SYSTEM || root->type == TOPO_TYPE_CACHE || in x86topo_add_sched_group()
783 if (root->type == TOPO_TYPE_SYSTEM) in x86topo_add_sched_group()
821 (root->type != TOPO_TYPE_SYSTEM && in x86topo_add_sched_group()
842 (root->type != TOPO_TYPE_SYSTEM && in x86topo_add_sched_group()
/f-stack/freebsd/kern/
H A Dsubr_smp.c1079 root->type = TOPO_TYPE_SYSTEM; in topo_init_root()