Searched refs:cg_root (Results 1 – 3 of 3) sorted by relevance
845 cg_root->cg_count = root->cpu_count; in x86topo_add_sched_group()847 cg_root->cg_level = root->subtype; in x86topo_add_sched_group()849 cg_root->cg_level = CG_SHARE_NONE; in x86topo_add_sched_group()851 cg_root->cg_flags = CG_FLAG_NODE; in x86topo_add_sched_group()853 cg_root->cg_flags = 0; in x86topo_add_sched_group()874 cg_root->cg_flags |= CG_FLAG_SMT; in x86topo_add_sched_group()933 cg_root->cg_children = nchildren; in x86topo_add_sched_group()954 cg_root->cg_child[i].cg_parent = cg_root; in x86topo_add_sched_group()967 struct cpu_group *cg_root; in cpu_topo() local972 cg_root = smp_topo_alloc(1); in cpu_topo()[all …]
4016 tmp->cg_root = root_thread; in __kmp_register_root()4167 root->r.r_uber_thread->th.th_cg_roots->cg_root); in __kmp_reset_root()4345 this_thr, tmp, tmp->cg_root, tmp->cg_nthreads)); in __kmp_initialize_info()4356 this_thr->th.th_cg_roots->cg_root, in __kmp_initialize_info()5792 if (team->t.t_threads[1]->th.th_cg_roots->cg_root == team->t.t_threads[1]) { in __kmp_free_team()5797 thr->th.th_cg_roots->cg_root == thr); in __kmp_free_team()5898 this_th->th.th_cg_roots->cg_root, in __kmp_free_thread()5901 if (tmp->cg_root == this_th) { // Thread is a cg_root in __kmp_free_thread()7773 tmp->cg_root = thr; // Make thr the CG root in __kmp_teams_master()
2911 kmp_info_p *cg_root; // "root" thread for a contention group member