Searched refs:min_qty (Results 1 – 1 of 1) sorted by relevance
1934 unsigned int max_discard, x, y, qty = 0, max_qty, min_qty, timeout; in mmc_do_calc_max_discard() local1941 min_qty = card->pref_erase >> card->erase_shift; in mmc_do_calc_max_discard()1944 min_qty = card->pref_erase; in mmc_do_calc_max_discard()1947 min_qty = card->pref_erase / card->erase_size; in mmc_do_calc_max_discard()1968 if (qty + x > min_qty && timeout > max_busy_timeout) in mmc_do_calc_max_discard()