Searched refs:CPU_CMP (Results 1 – 12 of 12) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 55 #define CPU_CMP(p, c) BIT_CMP(CPU_SETSIZE, p, c) macro
|
| /f-stack/freebsd/sys/ |
| H A D | cpuset.h | 57 #define CPU_CMP(p, c) BIT_CMP(CPU_SETSIZE, p, c) macro
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 822 CPU_CMP(&node->cpuset, &root->cpuset) == 0)) { in x86topo_add_sched_group() 843 CPU_CMP(&node->cpuset, &root->cpuset) == 0)) { in x86topo_add_sched_group()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm.c | 602 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) { in vm_reinit() 1297 if (CPU_CMP(&vm->rendezvous_req_cpus, in vm_handle_rendezvous() 1380 if (CPU_CMP(&vm->halted_cpus, &vm->active_cpus) == 0) { in vm_handle_hlt() 1559 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) { in vm_handle_suspend()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_smp.c | 683 if (CPU_CMP(&top->cg_mask, &all_cpus)) in smp_topo()
|
| H A D | kern_rmlock.c | 547 if (CPU_CMP(&rm->rm_writecpus, &all_cpus)) { in _rm_wlock()
|
| H A D | kern_intr.c | 435 if (CPU_CMP(cpuset_root, mask)) { in intr_setaffinity()
|
| H A D | sched_4bsd.c | 1180 if (CPU_CMP(&map, &map2)) { in forward_wakeup()
|
| H A D | kern_cpuset.c | 1083 if (CPU_CMP(&tdset->cs_mask, &parent->cs_mask) != 0) { in cpuset_setproc_setthread_mask()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mp_machdep.c | 677 is_all = !CPU_CMP(&mask, &all_cpus); in smp_targeted_tlb_shootdown()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 1240 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_page_int() 1273 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_range_int() 1296 } else if (!CPU_CMP(&pmap->pm_active, &all_cpus)) { in pmap_invalidate_all_int()
|
| /f-stack/freebsd/net/ |
| H A D | iflib.c | 4663 if (CPU_CMP(&ctx->ifc_cpus, &op->set) == 0) { in get_ctx_core_offset() 4697 if (CPU_CMP(&ctx->ifc_cpus, &op->set) == 0) { in unref_ctx_core_offset()
|