Searched refs:min_qty (Results 1 – 1 of 1) sorted by relevance
1888 unsigned int max_discard, x, y, qty = 0, max_qty, min_qty, timeout; in mmc_do_calc_max_discard() local1895 min_qty = card->pref_erase >> card->erase_shift; in mmc_do_calc_max_discard()1898 min_qty = card->pref_erase; in mmc_do_calc_max_discard()1901 min_qty = card->pref_erase / card->erase_size; in mmc_do_calc_max_discard()1922 if (qty + x > min_qty && timeout > max_busy_timeout) in mmc_do_calc_max_discard()