Lines Matching defs:best_idx
743 u32 start_idx, u32 *best_idx,
762 *best_idx = idx;
771 u32 start_idx, u32 *best_idx)
773 return ff_layout_choose_ds_for_read(lseg, start_idx, best_idx, false);
778 u32 start_idx, u32 *best_idx)
780 return ff_layout_choose_ds_for_read(lseg, start_idx, best_idx, true);
785 u32 start_idx, u32 *best_idx)
789 ds = ff_layout_choose_valid_ds_for_read(lseg, start_idx, best_idx);
792 return ff_layout_choose_any_ds_for_read(lseg, start_idx, best_idx);
797 u32 *best_idx)
803 best_idx);
806 return ff_layout_choose_best_ds_for_read(lseg, 0, best_idx);