Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dx86.c65 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 Dvmm.c468 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 Dsubr_smp.c102 SYSCTL_INT(_kern_smp, OID_AUTO, threads_per_core, CTLFLAG_RD|CTLFLAG_CAPRD,