Searched full:cpu_cmp (Results 1 – 19 of 19) sorted by relevance
| /freebsd/share/man/man9/ |
| H A D | cpuset.9 | 46 .Nm CPU_CMP , 90 .Fn CPU_CMP "cpuset_t *cpuset1" "cpuset_t *cpuset2" 281 .Fn CPU_CMP
|
| H A D | Makefile | 960 cpuset.9 CPU_CMP.9 \
|
| /freebsd/lib/libc/tests/sys/ |
| H A D | cpuset_test.c | 403 ATF_REQUIRE_EQ(0, CPU_CMP(mask, &info->jail_tidmask)); in jail_attach_newbase_epi() 449 ATF_REQUIRE_EQ(0, CPU_CMP(mask, &info->jail_tidmask)); in jail_attach_jset_epi() 571 if (CPU_CMP(expected_mask, &mask) != 0) in try_attach_child()
|
| /freebsd/sys/kern/ |
| H A D | kern_membarrier.c | 146 if (CPU_CMP(&cs, &all_cpus) == 0) in kern_membarrier()
|
| H A D | kern_rmlock.c | 547 if (CPU_CMP(&rm->rm_writecpus, &all_cpus)) { in _rm_wlock()
|
| H A D | subr_smp.c | 704 if (CPU_CMP(&top->cg_mask, &all_cpus)) in smp_topo()
|
| H A D | kern_intr.c | 458 if (CPU_CMP(cpuset_root, mask)) { in intr_setaffinity()
|
| H A D | sched_4bsd.c | 1223 if (CPU_CMP(&map, &map2)) { in forward_wakeup()
|
| H A D | kern_cpuset.c | 1123 if (CPU_CMP(&tdset->cs_mask, &parent->cs_mask) != 0) { in cpuset_setproc_setthread_mask()
|
| /freebsd/sys/sys/ |
| H A D | cpuset.h | 57 #define CPU_CMP(p, c) __BIT_CMP(CPU_SETSIZE, p, c) macro
|
| /freebsd/sys/dev/hyperv/vmbus/ |
| H A D | hyperv_mmu.c | 193 if(CPU_CMP(&mask, &all_cpus) == 0) { in hv_vm_tlb_flush()
|
| /freebsd/sys/riscv/vmm/ |
| H A D | vmm.c | 389 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) { in vm_reinit() 1044 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) in vm_handle_suspend()
|
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm.c | 612 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) { in vm_reinit() 919 if (CPU_CMP(&vm->rendezvous_req_cpus, in vm_rendezvous() 1208 if (CPU_CMP(&vm->halted_cpus, &vm->active_cpus) == 0) { in vm_handle_hlt() 1388 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) { in vm_handle_suspend()
|
| /freebsd/sys/arm64/vmm/ |
| H A D | vmm.c | 526 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) { in vm_reinit() 1374 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) in vm_handle_suspend()
|
| /freebsd/sys/x86/x86/ |
| H A D | mp_x86.c | 903 if (CPU_CMP(&node->cpuset, &root->cpuset) == 0) { in x86topo_add_sched_group() 947 CPU_CMP(&node->cpuset, &root->cpuset) == 0 || in x86topo_add_sched_group()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | gdb.c | 858 if (report_stop && CPU_CMP(&vcpus_waiting, &vcpus_suspended) == 0) in _gdb_cpu_suspend() 1016 if (CPU_CMP(&vcpus_waiting, &vcpus_suspended) == 0) in gdb_suspend_vcpus()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | mp_machdep.c | 623 is_all = CPU_CMP(&mask, &all_cpus) == 0; in smp_targeted_tlb_shootdown_native()
|
| /freebsd/sys/i386/i386/ |
| H A D | pmap.c | 1223 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_page_int() 1256 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_range_int() 1279 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_all_int()
|
| /freebsd/sys/net/ |
| H A D | iflib.c | 5045 if (CPU_CMP(&ctx->ifc_cpus, &op->set) == 0) { in get_ctx_core_offset() 5081 if (CPU_CMP(&ctx->ifc_cpus, &op->set) == 0) { in unref_ctx_core_offset()
|