Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmp_x86.c832 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root) in x86topo_add_sched_group() argument
842 CPU_COPY(&root->cpuset, &cg_root->cg_mask); in x86topo_add_sched_group()
843 cg_root->cg_count = root->cpu_count; in x86topo_add_sched_group()
845 cg_root->cg_level = root->subtype; in x86topo_add_sched_group()
847 cg_root->cg_level = CG_SHARE_NONE; in x86topo_add_sched_group()
849 cg_root->cg_flags = CG_FLAG_NODE; in x86topo_add_sched_group()
851 cg_root->cg_flags = 0; in x86topo_add_sched_group()
870 if (cg_root->cg_level != CG_SHARE_NONE && in x86topo_add_sched_group()
872 cg_root->cg_flags |= CG_FLAG_SMT; in x86topo_add_sched_group()
905 cg_root->cg_level < node->subtype) in x86topo_add_sched_group()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp4022 tmp->cg_root = root_thread; in __kmp_register_root()
4173 root->r.r_uber_thread->th.th_cg_roots->cg_root); in __kmp_reset_root()
4352 this_thr, tmp, tmp->cg_root, tmp->cg_nthreads)); in __kmp_initialize_info()
4363 this_thr->th.th_cg_roots->cg_root, in __kmp_initialize_info()
5812 if (team->t.t_threads[1]->th.th_cg_roots->cg_root == team->t.t_threads[1]) { in __kmp_free_team()
5817 thr->th.th_cg_roots->cg_root == thr); in __kmp_free_team()
5918 this_th->th.th_cg_roots->cg_root, in __kmp_free_thread()
5921 if (tmp->cg_root == this_th) { // Thread is a cg_root in __kmp_free_thread()
7788 tmp->cg_root = thr; // Make thr the CG root in __kmp_teams_master()
H A Dkmp.h2926 kmp_info_p *cg_root; // "root" thread for a contention group member