Home
last modified time | relevance | path

Searched refs:threads_per_core (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/amd64/vmm/
H A Dx86.c64 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);
H A Dvmm.c439 u_int threads_per_core = 1; variable
468 vm->threads = threads_per_core; /* XXX backwards compatibility */ in vm_create()
/freebsd-12.1/sys/xen/interface/
H A Dsysctl.h96 uint32_t threads_per_core; member