Lines Matching defs:best_idx
760 u32 start_idx, u32 *best_idx,
779 *best_idx = idx;
788 u32 start_idx, u32 *best_idx)
790 return ff_layout_choose_ds_for_read(lseg, start_idx, best_idx, false);
795 u32 start_idx, u32 *best_idx)
797 return ff_layout_choose_ds_for_read(lseg, start_idx, best_idx, true);
802 u32 start_idx, u32 *best_idx)
806 ds = ff_layout_choose_valid_ds_for_read(lseg, start_idx, best_idx);
809 return ff_layout_choose_any_ds_for_read(lseg, start_idx, best_idx);
814 u32 *best_idx)
820 best_idx);
823 return ff_layout_choose_best_ds_for_read(lseg, 0, best_idx);