Searched refs:decile_max (Results 1 - 1 of 1) sorted by relevance

/drivers/mtd/nand/
H A Dnandsim.c944 unsigned long deciles[10], decile_max[10], tot = 0; local
970 decile_max[i] = (wmax * (i + 1) + 5) / 10;
973 decile_max[9] = wmax;
978 if (wear <= decile_max[d]) {
992 unsigned long from = (i ? decile_max[i - 1] + 1 : 0);
993 if (from > decile_max[i])
997 decile_max[i],

Completed in 11 milliseconds