Searched refs:new_processor_index (Results 1 – 2 of 2) sorted by relevance
163 const uint32_t new_processor_index = parse_processor_number(value_start, value_end); in parse_line() local164 if (new_processor_index < processor_index) { in parse_line()168 new_processor_index, processor_index); in parse_line()169 } else if (new_processor_index > processor_index + 1) { in parse_line()173 new_processor_index, processor_index); in parse_line()175 if (new_processor_index >= max_processors_count) { in parse_line()178 new_processor_index, max_processors_count - 1); in parse_line()180 processors[new_processor_index].flags |= CPUINFO_LINUX_FLAG_PROC_CPUINFO; in parse_line()182 state->processor_index = new_processor_index; in parse_line()
812 const uint32_t new_processor_index = parse_processor_number(value_start, value_end); in parse_line() local813 if (new_processor_index < processor_index) { in parse_line()817 new_processor_index, processor_index); in parse_line()818 } else if (new_processor_index > processor_index + 1) { in parse_line()822 new_processor_index, processor_index); in parse_line()824 if (new_processor_index < max_processors_count) { in parse_line()826 processors[new_processor_index].flags |= CPUINFO_ARM_LINUX_VALID_PROCESSOR; in parse_line()830 new_processor_index, max_processors_count - 1); in parse_line()832 state->processor_index = new_processor_index; in parse_line()