Searched refs:CPU_OVERLAP (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/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() 759 if (CPU_OVERLAP(&parent->cg_mask, &child->cg_mask)) in smp_topo_addleaf() 830 if (!CPU_OVERLAP(&cg->cg_mask, &mask)) in smp_topo_find() 836 if (CPU_OVERLAP(&cg->cg_mask, &mask)) in smp_topo_find()
|
| H A D | kern_cpuset.c | 318 if (!CPU_OVERLAP(&parent->cs_mask, mask)) in cpuset_init()
|
| /freebsd-13.1/sys/sys/ |
| H A D | cpuset.h | 58 #define CPU_OVERLAP(p, c) __BIT_OVERLAP(CPU_SETSIZE, p, c) macro
|
| /freebsd-13.1/share/man/man9/ |
| H A D | Makefile | 907 cpuset.9 CPU_OVERLAP.9 \
|
| /freebsd-13.1/sys/i386/i386/ |
| H A D | pmap.c | 1383 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()
|
| /freebsd-13.1/sys/amd64/amd64/ |
| H A D | pmap.c | 3354 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()
|