Searched refs:get_host_cpu_clusters (Results 1 – 5 of 5) sorted by relevance
510 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>> { in get_host_cpu_clusters() method
1067 fn get_host_cpu_clusters() -> std::result::Result<Vec<CpuSet>, Self::Error> { in get_host_cpu_clusters() method
601 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>, Self::Error>; in get_host_cpu_clusters() method
1355 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>> { in get_host_cpu_clusters() method
1324 Arch::get_host_cpu_clusters()?, in setup_vm_components()