Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dcpuset.h55 #define CPU_CMP(p, c) BIT_CMP(CPU_SETSIZE, p, c) macro
/f-stack/freebsd/sys/
H A Dcpuset.h57 #define CPU_CMP(p, c) BIT_CMP(CPU_SETSIZE, p, c) macro
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c822 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 Dvmm.c602 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 Dsubr_smp.c683 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.c435 if (CPU_CMP(cpuset_root, mask)) { in intr_setaffinity()
H A Dsched_4bsd.c1180 if (CPU_CMP(&map, &map2)) { in forward_wakeup()
H A Dkern_cpuset.c1083 if (CPU_CMP(&tdset->cs_mask, &parent->cs_mask) != 0) { in cpuset_setproc_setthread_mask()
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c677 is_all = !CPU_CMP(&mask, &all_cpus); in smp_targeted_tlb_shootdown()
/f-stack/freebsd/i386/i386/
H A Dpmap.c1240 } 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 Diflib.c4663 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()