Searched refs:cpu_list (Results 1 – 1 of 1) sorted by relevance
865 let cpu_list: Vec<_> = prop[1].split('-').collect(); in check_if_all_cpus_allowed() localVariable867 if cpu_list.len() != 2 { in check_if_all_cpus_allowed()871 let max_cpu = cpu_list[1].parse::<usize>()?; in check_if_all_cpus_allowed()