Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsubr_smp.c396 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 Dkern_cpuset.c318 if (!CPU_OVERLAP(&parent->cs_mask, mask)) in cpuset_init()
/freebsd-13.1/sys/sys/
H A Dcpuset.h58 #define CPU_OVERLAP(p, c) __BIT_OVERLAP(CPU_SETSIZE, p, c) macro
/freebsd-13.1/share/man/man9/
H A DMakefile907 cpuset.9 CPU_OVERLAP.9 \
/freebsd-13.1/sys/i386/i386/
H A Dpmap.c1383 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()
/freebsd-13.1/sys/amd64/amd64/
H A Dpmap.c3354 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()