Searched refs:cg_root (Results 1 – 3 of 3) sorted by relevance
833 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root) in x86topo_add_sched_group() argument 843 CPU_COPY(&root->cpuset, &cg_root->cg_mask); in x86topo_add_sched_group() 844 cg_root->cg_count = root->cpu_count; in x86topo_add_sched_group() 846 cg_root->cg_level = root->subtype; in x86topo_add_sched_group() 848 cg_root->cg_level = CG_SHARE_NONE; in x86topo_add_sched_group() 850 cg_root->cg_flags = CG_FLAG_NODE; in x86topo_add_sched_group() 852 cg_root->cg_flags = 0; in x86topo_add_sched_group() 871 if (cg_root->cg_level != CG_SHARE_NONE && in x86topo_add_sched_group() 873 cg_root->cg_flags |= CG_FLAG_SMT; in x86topo_add_sched_group() 906 cg_root in x86topo_add_sched_group() 966 struct cpu_group *cg_root; cpu_topo() local [all...]
4031 tmp->cg_root = root_thread; in __kmp_register_root()4182 root->r.r_uber_thread->th.th_cg_roots->cg_root); in __kmp_reset_root()4361 this_thr, tmp, tmp->cg_root, tmp->cg_nthreads)); in __kmp_initialize_info()4372 this_thr->th.th_cg_roots->cg_root, in __kmp_initialize_info()5821 if (team->t.t_threads[1]->th.th_cg_roots->cg_root == team->t.t_threads[1]) { in __kmp_free_team()5826 thr->th.th_cg_roots->cg_root == thr); in __kmp_free_team()5927 this_th->th.th_cg_roots->cg_root, in __kmp_free_thread()5930 if (tmp->cg_root == this_th) { // Thread is a cg_root in __kmp_free_thread()7795 tmp->cg_root = thr; // Make thr the CG root in __kmp_teams_master()
2974 kmp_info_p *cg_root; // "root" thread for a contention group member