Lines Matching defs:max
44 * without disturbing gc too much. This is made by defining max GC frequency.
803 unsigned int i, idx = -1, wear, max;
806 max = 0;
813 if (wear > max) {
814 max = wear;
819 if (max > MAX_ERASE_DIFF && pick_cnt >= mtdswap_wlfreq(max) - 1) {
1174 unsigned int max[MTDSWAP_TREE_CNT];
1189 max[i] = MTDSWAP_ECNT_MAX(root);
1219 if (min[i] != max[i])
1221 "max %d times\n",
1222 name[i], count[i], min[i], max[i]);