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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnandsim.c843 unsigned long deciles[10], decile_max[10], tot = 0; local
869 decile_max[i] = (wmax * (i + 1) + 5) / 10;
872 decile_max[9] = wmax;
877 if (wear <= decile_max[d]) {
891 unsigned long from = (i ? decile_max[i - 1] + 1 : 0);
892 if (from > decile_max[i])
896 decile_max[i],

Completed in 58 milliseconds