Searched refs:threads_per_core (Results 1 – 3 of 3) sorted by relevance
64 extern u_int threads_per_core;65 SYSCTL_UINT(_hw_vmm_topology, OID_AUTO, threads_per_core, CTLFLAG_RDTUN,66 &threads_per_core, 0, NULL);
439 u_int threads_per_core = 1; variable468 vm->threads = threads_per_core; /* XXX backwards compatibility */ in vm_create()
96 uint32_t threads_per_core; member