Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dbhyverun.c112 uint16_t cpu_cores, cpu_sockets, cpu_threads; variable
223 cpu_threads = parse_int_value("threads", value, 1, UINT16_MAX); in calc_topology()
225 cpu_threads = 1; in calc_topology()
236 ncpus = (uint64_t)cpu_sockets * cpu_cores * cpu_threads; in calc_topology()
245 cpu_sockets, cpu_cores, cpu_threads, in calc_topology()
600 error = vm_set_topology(ctx, cpu_sockets, cpu_cores, cpu_threads, 0); in do_open()
H A Dbhyverun.h50 extern uint16_t cpu_cores, cpu_sockets, cpu_threads;
H A Dsmbiostbl.c749 if (cpu_cores * cpu_threads > 254) in smbios_type4_initializer()
752 type4->threads = cpu_cores * cpu_threads; in smbios_type4_initializer()