Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmp_x86.c781 CPU_COPY(&root->cpuset, &cg_root->cg_mask); in x86topo_add_sched_group()
782 cg_root->cg_count = root->cpu_count; in x86topo_add_sched_group()
784 cg_root->cg_level = CG_SHARE_NONE; in x86topo_add_sched_group()
786 cg_root->cg_level = root->subtype; in x86topo_add_sched_group()
805 if (cg_root->cg_level != CG_SHARE_NONE && in x86topo_add_sched_group()
807 cg_root->cg_flags = CG_FLAG_SMT; in x86topo_add_sched_group()
831 cg_root->cg_children = nchildren; in x86topo_add_sched_group()
847 cg_root->cg_child[i].cg_parent = cg_root; in x86topo_add_sched_group()
860 struct cpu_group *cg_root; in cpu_topo() local
865 cg_root = smp_topo_alloc(1); in cpu_topo()
[all …]