Searched refs:threads_per_core (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/vmm/ |
| H A D | x86.c | 65 extern u_int threads_per_core; 66 SYSCTL_UINT(_hw_vmm_topology, OID_AUTO, threads_per_core, CTLFLAG_RDTUN, 67 &threads_per_core, 0, NULL);
|
| H A D | vmm.c | 468 u_int threads_per_core = 1; variable 497 vm->threads = threads_per_core; /* XXX backwards compatibility */ in vm_create()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_smp.c | 102 SYSCTL_INT(_kern_smp, OID_AUTO, threads_per_core, CTLFLAG_RD|CTLFLAG_CAPRD,
|