Searched refs:threads_per_core (Results 1 – 12 of 12) sorted by relevance
259 pi->threads_per_core = in do_sysctl()262 cpumask_weight(per_cpu(cpu_core_mask, 0)) / pi->threads_per_core; in do_sysctl()
365 physinfo->threads_per_core = xcphysinfo.threads_per_core; in libxl_get_physinfo()
867 *sockets = info.nr_cpus / info.threads_per_core in libxl__count_physical_sockets()
1149 ("threads_per_core", uint32),
129 threads_per_core : int; RecordField
145 threads_per_core : int; RecordField
881 Store_field(physinfo, 0, Val_int(c_physinfo.threads_per_core)); in stub_xc_physinfo()
102 uint32_t threads_per_core; member
206 maybe_printf("threads_per_core : %d\n", info.threads_per_core); in output_physinfo()
906 "threads_per_core", pinfo.threads_per_core, in pyxc_physinfo()
3527 x.ThreadsPerCore = uint32(xc.threads_per_core)3562 xc.threads_per_core = C.uint32_t(x.ThreadsPerCore)
912 threads_per_core : 1
Completed in 53 milliseconds