Lines Matching defs:best_idx
737 u32 start_idx, u32 *best_idx,
760 *best_idx = idx;
769 u32 start_idx, u32 *best_idx)
771 return ff_layout_choose_ds_for_read(lseg, start_idx, best_idx, false);
776 u32 start_idx, u32 *best_idx)
778 return ff_layout_choose_ds_for_read(lseg, start_idx, best_idx, true);
783 u32 start_idx, u32 *best_idx)
787 ds = ff_layout_choose_valid_ds_for_read(lseg, start_idx, best_idx);
790 return ff_layout_choose_any_ds_for_read(lseg, start_idx, best_idx);
795 u32 *best_idx)
801 best_idx);
804 return ff_layout_choose_best_ds_for_read(lseg, 0, best_idx);