Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
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 Dkern_cpuset.c316 if (!CPU_OVERLAP(&parent->cs_mask, mask)) in cpuset_init()
/f-stack/tools/compat/include/sys/
H A Dcpuset.h54 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c) macro
/f-stack/freebsd/sys/
H A Dcpuset.h56 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c) macro
/f-stack/freebsd/i386/i386/
H A Dpmap.c1383 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c3293 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()