Searched refs:cg_mask (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_smp.c | 683 if (CPU_CMP(&top->cg_mask, &all_cpus)) in smp_topo() 685 top, cpusetobj_strprint(cpusetbuf, &top->cg_mask), in smp_topo() 718 top->cg_mask = all_cpus; in smp_topo_none() 744 child->cg_mask = mask; in smp_topo_addleaf() 747 if (CPU_OVERLAP(&parent->cg_mask, &child->cg_mask)) in smp_topo_addleaf() 750 cpusetobj_strprint(cpusetbuf, &parent->cg_mask), in smp_topo_addleaf() 751 cpusetobj_strprint(cpusetbuf2, &child->cg_mask)); in smp_topo_addleaf() 752 CPU_OR(&parent->cg_mask, &child->cg_mask); in smp_topo_addleaf() 818 if (!CPU_OVERLAP(&cg->cg_mask, &mask)) in smp_topo_find() 824 if (CPU_OVERLAP(&cg->cg_mask, &mask)) in smp_topo_find()
|
| H A D | sched_ule.c | 678 cpumask = cg->cg_mask; in cpu_search() 708 CPU_ANDNOT(&cpumask, &child->cg_mask); in cpu_search() 1290 for (cpu = CPU_FFS(&cg->cg_mask) - 1; ; cpu++) { in sched_pickcpu() 1291 if (CPU_ISSET(cpu, &cg->cg_mask) && in sched_pickcpu() 3003 cg->cg_count, cpusetobj_strprint(cpusetbuf, &cg->cg_mask)); in sysctl_kern_sched_topology_spec_internal() 3006 if (CPU_ISSET(i, &cg->cg_mask)) { in sysctl_kern_sched_topology_spec_internal()
|
| /f-stack/freebsd/sys/ |
| H A D | smp.h | 82 cpuset_t cg_mask; /* Mask of cpus in this group. */ member
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 781 CPU_COPY(&root->cpuset, &cg_root->cg_mask); in x86topo_add_sched_group()
|
| /f-stack/freebsd/net/ |
| H A D | iflib.c | 5965 if (CPU_ISSET(cpu, &grp->cg_child[i].cg_mask)) in find_child_with_core() 6003 CPU_COPY(&grp->cg_mask, &cs); in find_close_core() 6015 CPU_COPY(&grp->cg_mask, &cs); in find_close_core()
|