Searched refs:CPU_OVERLAP (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | subr_smp.c | 349 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()
|
| HD | kern_cpuset.c | 262 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/ |
| HD | cpuset.h | 51 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c) macro
|
| /NextBSD/share/man/man9/ |
| HD | Makefile | 659 cpuset.9 CPU_OVERLAP.9 \
|
| /NextBSD/sys/i386/i386/ |
| HD | pmap.c | 1175 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()
|
| /NextBSD/sys/amd64/amd64/ |
| HD | pmap.c | 1588 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()
|