Searched refs:min_qty (Results 1 – 1 of 1) sorted by relevance
2293 unsigned int max_discard, x, y, qty = 0, max_qty, min_qty, timeout; in mmc_do_calc_max_discard() local2300 min_qty = card->pref_erase >> card->erase_shift; in mmc_do_calc_max_discard()2303 min_qty = card->pref_erase; in mmc_do_calc_max_discard()2306 min_qty = card->pref_erase / card->erase_size; in mmc_do_calc_max_discard()2327 if (qty + x > min_qty && timeout > max_busy_timeout) in mmc_do_calc_max_discard()