Searched refs:CPU_OVERLAP (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_smp.c | 396 while (CPU_OVERLAP(cpus, &map)) in generic_restart_cpus() 414 while (CPU_OVERLAP(cpus, &map)) in generic_restart_cpus() 747 if (CPU_OVERLAP(&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 | kern_cpuset.c | 316 if (!CPU_OVERLAP(&parent->cs_mask, mask)) in cpuset_init()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 54 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c) macro
|
| /f-stack/freebsd/sys/ |
| H A D | cpuset.h | 56 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c) macro
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 1383 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 3293 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()
|