Searched refs:CPU_CMP (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | cpuset.h | 57 #define CPU_CMP(p, c) BIT_CMP(CPU_SETSIZE, p, c) macro
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | gdb.c | 652 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 D | vmm.c | 573 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 D | mp_x86.c | 802 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 D | mp_machdep.c | 493 if (CPU_CMP(&stopped_cpus, &cpus)) { in cpu_mp_shutdown()
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_rmlock.c | 542 if (CPU_CMP(&rm->rm_writecpus, &all_cpus)) { in _rm_wlock()
|
| H A D | subr_smp.c | 637 if (CPU_CMP(&top->cg_mask, &all_cpus)) in smp_topo()
|
| H A D | sched_4bsd.c | 1159 if (CPU_CMP(&map, &map2)) { in forward_wakeup()
|
| H A D | kern_intr.c | 411 if (CPU_CMP(cpuset_root, mask)) { in intr_setaffinity()
|
| H A D | kern_cpuset.c | 1039 if (CPU_CMP(&tdset->cs_mask, &parent->cs_mask) != 0) { in cpuset_setproc_setthread_mask()
|
| H A D | sched_ule.c | 1318 CPU_CMP(&cg->cg_mask, &cpu_top->cg_mask) != 0) in sched_pickcpu()
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | pmap.c | 1198 } 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 D | Makefile | 855 cpuset.9 CPU_CMP.9 \
|
| /freebsd-12.1/sys/net/ |
| H A D | iflib.c | 4456 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()
|