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()
820 const uint32_t new_processor_index = parse_processor_number(value_start, value_end); in parse_line() local821 if (new_processor_index < processor_index) { in parse_line()825 new_processor_index, processor_index); in parse_line()826 } else if (new_processor_index > processor_index + 1) { in parse_line()830 new_processor_index, processor_index); in parse_line()832 if (new_processor_index < max_processors_count) { in parse_line()834 processors[new_processor_index].flags |= CPUINFO_ARM_LINUX_VALID_PROCESSOR; in parse_line()838 new_processor_index, max_processors_count - 1); in parse_line()840 state->processor_index = new_processor_index; in parse_line()