Searched refs:CPU_EMPTY (Results 1 – 20 of 20) sorted by relevance
| /f-stack/freebsd/x86/acpica/ |
| H A D | acpi_wakeup.c | 241 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 D | cpuset.h | 51 #define CPU_EMPTY(p) BIT_EMPTY(CPU_SETSIZE, p) macro
|
| /f-stack/freebsd/sys/ |
| H A D | cpuset.h | 53 #define CPU_EMPTY(p) BIT_EMPTY(CPU_SETSIZE, p) macro
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mp_machdep.c | 256 while (!CPU_EMPTY(&cpumask)) { in cpu_mp_start()
|
| H A D | pmap.c | 652 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 D | subr_smp.c | 926 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 D | kern_cpuset.c | 651 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 D | sched_4bsd.c | 1198 if (!CPU_EMPTY(&map)) { in forward_wakeup() 1207 if (!CPU_EMPTY(&map)) in forward_wakeup() 1368 !CPU_EMPTY(&tidlemsk)) in sched_add()
|
| H A D | sched_ule.c | 766 if (i == 0 && CPU_EMPTY(&cpumask)) in cpu_search() 851 if (CPU_EMPTY(&lmask)) in sched_balance_group()
|
| H A D | subr_intr.c | 1212 KASSERT(!CPU_EMPTY(cpumask), ("%s: Empty CPU mask", __func__));
|
| /f-stack/freebsd/i386/i386/ |
| H A D | vm_machdep.c | 603 if (!CPU_EMPTY(&other_cpus)) { in sf_buf_shootdown()
|
| H A D | mp_machdep.c | 526 if (CPU_EMPTY(&mask)) in smp_targeted_tlb_shootdown()
|
| H A D | pmap.c | 1450 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 D | mp_machdep.c | 679 if (CPU_EMPTY(&mask)) in smp_targeted_tlb_shootdown()
|
| H A D | pmap.c | 4656 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 D | cpu_machdep.c | 440 if (!CPU_EMPTY(&map)) { in cpu_reset()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | gic.c | 962 if (CPU_EMPTY(&isrc->isrc_cpu)) { in arm_gic_bind_intr()
|
| H A D | pmap-v6.c | 1477 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 D | gic_v3.c | 882 if (CPU_EMPTY(&isrc->isrc_cpu)) { in gic_v3_bind_intr()
|
| H A D | gicv3_its.c | 1044 if (CPU_EMPTY(&isrc->isrc_cpu)) { in gicv3_its_select_cpu()
|