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