Home
last modified time | relevance | path

Searched refs:CPU_EMPTY (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/x86/acpica/
H A Dacpi_wakeup.c241 if (!CPU_EMPTY(&suspcpus) && suspend_cpus(suspcpus) == 0) { in acpi_sleep_machdep()
338 if (!CPU_EMPTY(&suspcpus)) in acpi_wakeup_machdep()
344 if (!CPU_EMPTY(&suspcpus)) in acpi_wakeup_machdep()
/f-stack/tools/compat/include/sys/
H A Dcpuset.h51 #define CPU_EMPTY(p) BIT_EMPTY(CPU_SETSIZE, p) macro
/f-stack/freebsd/sys/
H A Dcpuset.h53 #define CPU_EMPTY(p) BIT_EMPTY(CPU_SETSIZE, p) macro
/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c256 while (!CPU_EMPTY(&cpumask)) { in cpu_mp_start()
H A Dpmap.c652 if (CPU_EMPTY(&active_cpus)) { in pmap_call_on_active_cpus()
3628 if (!CPU_EMPTY(&kernel_pmap->pm_active)) {
/f-stack/freebsd/kern/
H A Dsubr_smp.c926 if (CPU_EMPTY(&arg->cpus)) in smp_rendezvous_cpus_retry()
1210 KASSERT(CPU_EMPTY(&node->cpuset) && node->cpu_count == 0, in topo_set_pu_id()
1262 if (!all && CPU_EMPTY(&node->cpuset)) { in topo_analyze_table()
H A Dkern_cpuset.c651 if (CPU_EMPTY(&newmask)) in cpuset_testupdate()
1099 if (CPU_EMPTY(mask) || DOMAINSET_EMPTY(&domain->ds_mask)) in cpuset_setproc_setthread_mask()
1161 if (CPU_EMPTY(&nmask) || DOMAINSET_EMPTY(&ndomain.ds_mask)) in cpuset_setproc_newbase()
1646 if (!CPU_EMPTY(&cpuset_domain[i])) in cpuset_thread0()
2028 if (CPU_EMPTY(mask)) { in kern_cpuset_setaffinity()
H A Dsched_4bsd.c1198 if (!CPU_EMPTY(&map)) { in forward_wakeup()
1207 if (!CPU_EMPTY(&map)) in forward_wakeup()
1368 !CPU_EMPTY(&tidlemsk)) in sched_add()
H A Dsched_ule.c766 if (i == 0 && CPU_EMPTY(&cpumask)) in cpu_search()
851 if (CPU_EMPTY(&lmask)) in sched_balance_group()
H A Dsubr_intr.c1212 KASSERT(!CPU_EMPTY(cpumask), ("%s: Empty CPU mask", __func__));
/f-stack/freebsd/i386/i386/
H A Dvm_machdep.c603 if (!CPU_EMPTY(&other_cpus)) { in sf_buf_shootdown()
H A Dmp_machdep.c526 if (CPU_EMPTY(&mask)) in smp_targeted_tlb_shootdown()
H A Dpmap.c1450 if (pmap == kernel_pmap || !CPU_EMPTY(&pmap->pm_active)) in pmap_update_pde()
2231 KASSERT(CPU_EMPTY(&pmap->pm_active), in __CONCAT()
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c679 if (CPU_EMPTY(&mask)) in smp_targeted_tlb_shootdown()
H A Dpmap.c4656 KASSERT(CPU_EMPTY(&pmap->pm_active), in pmap_release()
8028 KASSERT(CPU_EMPTY(&other_cpus), ("pmap active %p", pmap)); in pmap_remove_pages()
/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c440 if (!CPU_EMPTY(&map)) { in cpu_reset()
/f-stack/freebsd/arm/arm/
H A Dgic.c962 if (CPU_EMPTY(&isrc->isrc_cpu)) { in arm_gic_bind_intr()
H A Dpmap-v6.c1477 if (pmap == kernel_pmap || !CPU_EMPTY(&pmap->pm_active)) in pmap_tlb_flush()
1485 if (pmap == kernel_pmap || !CPU_EMPTY(&pmap->pm_active)) in pmap_tlb_flush_range()
2328 KASSERT(CPU_EMPTY(&pmap->pm_active), in pmap_release()
4442 KASSERT(CPU_EMPTY(&other_cpus), in pmap_remove_pages()
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3.c882 if (CPU_EMPTY(&isrc->isrc_cpu)) { in gic_v3_bind_intr()
H A Dgicv3_its.c1044 if (CPU_EMPTY(&isrc->isrc_cpu)) { in gicv3_its_select_cpu()