Home
last modified time | relevance | path

Searched refs:CPU_CMP (Results 1 – 17 of 17) sorted by relevance

/freebsd/lib/libc/tests/sys/
H A Dcpuset_test.c375 ATF_REQUIRE_EQ(0, CPU_CMP(mask, &info->jail_tidmask)); in jail_attach_newbase_epi()
421 ATF_REQUIRE_EQ(0, CPU_CMP(mask, &info->jail_tidmask)); in jail_attach_jset_epi()
543 if (CPU_CMP(expected_mask, &mask) != 0) in try_attach_child()
/freebsd/sys/kern/
H A Dkern_membarrier.c146 if (CPU_CMP(&cs, &all_cpus) == 0) in kern_membarrier()
H A Dsubr_smp.c697 if (CPU_CMP(&top->cg_mask, &all_cpus)) in smp_topo()
H A Dkern_rmlock.c547 if (CPU_CMP(&rm->rm_writecpus, &all_cpus)) { in _rm_wlock()
H A Dkern_intr.c458 if (CPU_CMP(cpuset_root, mask)) { in intr_setaffinity()
H A Dsched_4bsd.c1212 if (CPU_CMP(&map, &map2)) { in forward_wakeup()
H A Dkern_cpuset.c1123 if (CPU_CMP(&tdset->cs_mask, &parent->cs_mask) != 0) { in cpuset_setproc_setthread_mask()
/freebsd/sys/sys/
H A Dcpuset.h57 #define CPU_CMP(p, c) __BIT_CMP(CPU_SETSIZE, p, c) macro
/freebsd/sys/x86/x86/
H A Dmp_x86.c905 if (CPU_CMP(&node->cpuset, &root->cpuset) == 0) { in x86topo_add_sched_group()
949 CPU_CMP(&node->cpuset, &root->cpuset) == 0 || in x86topo_add_sched_group()
/freebsd/sys/amd64/vmm/
H A Dvmm.c722 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) { in vm_reinit()
1456 if (CPU_CMP(&vm->rendezvous_req_cpus, in vm_handle_rendezvous()
1540 if (CPU_CMP(&vm->halted_cpus, &vm->active_cpus) == 0) { in vm_handle_hlt()
1720 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) { in vm_handle_suspend()
/freebsd/usr.sbin/bhyve/
H A Dsnapshot.c1176 if (checkpoint_active && CPU_CMP(&vcpus_active, &vcpus_suspended) == 0) in checkpoint_cpu_suspend()
1199 while (CPU_CMP(&vcpus_active, &vcpus_suspended) != 0) in vm_vcpu_pause()
H A Dgdb.c749 if (report_stop && CPU_CMP(&vcpus_waiting, &vcpus_suspended) == 0) in _gdb_cpu_suspend()
878 if (CPU_CMP(&vcpus_waiting, &vcpus_suspended) == 0) in gdb_suspend_vcpus()
/freebsd/sys/arm64/vmm/
H A Dvmm.c594 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) { in vm_reinit()
1740 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) in vm_handle_suspend()
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c626 is_all = CPU_CMP(&mask, &all_cpus) == 0; in smp_targeted_tlb_shootdown()
/freebsd/sys/i386/i386/
H A Dpmap.c1229 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_page_int()
1262 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_range_int()
1285 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_all_int()
/freebsd/share/man/man9/
H A DMakefile927 cpuset.9 CPU_CMP.9 \
/freebsd/sys/net/
H A Diflib.c5141 if (CPU_CMP(&ctx->ifc_cpus, &op->set) == 0) { in get_ctx_core_offset()
5177 if (CPU_CMP(&ctx->ifc_cpus, &op->set) == 0) { in unref_ctx_core_offset()