Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDsubr_smp.c349 while (CPU_OVERLAP(cpus, &map)) in generic_restart_cpus()
655 if (CPU_OVERLAP(&parent->cg_mask, &child->cg_mask)) in smp_topo_addleaf()
727 if (!CPU_OVERLAP(&cg->cg_mask, &mask)) in smp_topo_find()
733 if (CPU_OVERLAP(&cg->cg_mask, &mask)) in smp_topo_find()
HDkern_cpuset.c262 if (!CPU_OVERLAP(&parent->cs_mask, mask)) in _cpuset_create()
321 if (!CPU_OVERLAP(&set->cs_mask, mask)) in cpuset_testupdate()
574 if (!CPU_OVERLAP(&set->cs_mask, &tdset->cs_mask)) in cpuset_setproc()
/NextBSD/sys/sys/
HDcpuset.h51 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c) macro
/NextBSD/share/man/man9/
HDMakefile659 cpuset.9 CPU_OVERLAP.9 \
/NextBSD/sys/i386/i386/
HDpmap.c1175 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()
/NextBSD/sys/amd64/amd64/
HDpmap.c1588 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()