Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dcpuset.h57 #define CPU_CMP(p, c) BIT_CMP(CPU_SETSIZE, p, c) macro
/freebsd-12.1/usr.sbin/bhyve/
H A Dgdb.c652 if (report_stop && CPU_CMP(&vcpus_waiting, &vcpus_suspended) == 0) in _gdb_cpu_suspend()
714 if (CPU_CMP(&vcpus_waiting, &vcpus_suspended) == 0) in gdb_suspend_vcpus()
/freebsd-12.1/sys/amd64/vmm/
H A Dvmm.c573 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) { in vm_reinit()
1282 if (CPU_CMP(&vm->rendezvous_req_cpus, in vm_handle_rendezvous()
1354 if (CPU_CMP(&vm->halted_cpus, &vm->active_cpus) == 0) { in vm_handle_hlt()
1524 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) { in vm_handle_suspend()
/freebsd-12.1/sys/x86/x86/
H A Dmp_x86.c802 CPU_CMP(&node->cpuset, &root->cpuset) == 0)) { in x86topo_add_sched_group()
823 CPU_CMP(&node->cpuset, &root->cpuset) == 0)) { in x86topo_add_sched_group()
/freebsd-12.1/sys/sparc64/sparc64/
H A Dmp_machdep.c493 if (CPU_CMP(&stopped_cpus, &cpus)) { in cpu_mp_shutdown()
/freebsd-12.1/sys/kern/
H A Dkern_rmlock.c542 if (CPU_CMP(&rm->rm_writecpus, &all_cpus)) { in _rm_wlock()
H A Dsubr_smp.c637 if (CPU_CMP(&top->cg_mask, &all_cpus)) in smp_topo()
H A Dsched_4bsd.c1159 if (CPU_CMP(&map, &map2)) { in forward_wakeup()
H A Dkern_intr.c411 if (CPU_CMP(cpuset_root, mask)) { in intr_setaffinity()
H A Dkern_cpuset.c1039 if (CPU_CMP(&tdset->cs_mask, &parent->cs_mask) != 0) { in cpuset_setproc_setthread_mask()
H A Dsched_ule.c1318 CPU_CMP(&cg->cg_mask, &cpu_top->cg_mask) != 0) in sched_pickcpu()
/freebsd-12.1/sys/i386/i386/
H A Dpmap.c1198 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_page()
1231 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_range()
1254 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_all()
/freebsd-12.1/share/man/man9/
H A DMakefile855 cpuset.9 CPU_CMP.9 \
/freebsd-12.1/sys/net/
H A Diflib.c4456 if (CPU_CMP(&ctx->ifc_cpus, &op->set) == 0) { in get_ctx_core_offset()
4490 if (CPU_CMP(&ctx->ifc_cpus, &op->set) == 0) { in unref_ctx_core_offset()