Searched refs:max_want_nops (Results 1 – 1 of 1) sorted by relevance
4260 unsigned int cur_want_nops, max_want_nops, do_nops, i; in tic6x_adjust_section() local4271 max_want_nops = cur_want_nops - want_insert_done_so_far; in tic6x_adjust_section()4273 do_nops = (max_poss_nops < max_want_nops in tic6x_adjust_section()4275 : max_want_nops); in tic6x_adjust_section()