Searched refs:min_qty (Results 1 – 1 of 1) sorted by relevance
1881 unsigned int max_discard, x, y, qty = 0, max_qty, min_qty, timeout; in mmc_do_calc_max_discard() local1888 min_qty = card->pref_erase >> card->erase_shift; in mmc_do_calc_max_discard()1891 min_qty = card->pref_erase; in mmc_do_calc_max_discard()1894 min_qty = card->pref_erase / card->erase_size; in mmc_do_calc_max_discard()1915 if (qty + x > min_qty && timeout > max_busy_timeout) in mmc_do_calc_max_discard()