Searched refs:num_last_resort_candidates (Results 1 – 1 of 1) sorted by relevance
300 unsigned int num_last_resort_candidates = 0; in find_last_resort_pipe_candidates() local324 last_resort_pipe_candidates[num_last_resort_candidates++] = i; in find_last_resort_pipe_candidates()328 return num_last_resort_candidates; in find_last_resort_pipe_candidates()357 unsigned int num_last_resort_candidates = 0; in find_more_pipes_for_stream() local364 num_last_resort_candidates = in find_more_pipes_for_stream()384 is_pipe_in_candidate_array(i, last_resort_pipe_candidates, num_last_resort_candidates)) in find_more_pipes_for_stream()398 for (i = 0; pipes_needed > 0 && i < num_last_resort_candidates; i++) { in find_more_pipes_for_stream()426 unsigned int num_last_resort_candidates = 0; in find_more_free_pipes() local433 num_last_resort_candidates = in find_more_free_pipes()453 is_pipe_in_candidate_array(i, last_resort_pipe_candidates, num_last_resort_candidates)) in find_more_free_pipes()[all …]