Searched refs:next_score (Results 1 – 2 of 2) sorted by relevance
523 uint32_t next_score = 0; in get_instruction_priority() local529 return next_score; in get_instruction_priority()530 next_score++; in get_instruction_priority()534 return next_score; in get_instruction_priority()535 next_score++; in get_instruction_priority()538 baseline_score = next_score; in get_instruction_priority()539 next_score++; in get_instruction_priority()543 return next_score; in get_instruction_priority()544 next_score++; in get_instruction_priority()
572 uint32_t next_score = 0; in get_instruction_priority() local578 return next_score; in get_instruction_priority()579 next_score++; in get_instruction_priority()583 return next_score; in get_instruction_priority()584 next_score++; in get_instruction_priority()587 baseline_score = next_score; in get_instruction_priority()588 next_score++; in get_instruction_priority()592 return next_score; in get_instruction_priority()593 next_score++; in get_instruction_priority()596 assert(next_score < MAX_SCHEDULE_PRIORITY); in get_instruction_priority()