decile_max        438 drivers/mtd/nand/raw/nandsim.c 	unsigned long deciles[10], decile_max[10], tot = 0;
decile_max        453 drivers/mtd/nand/raw/nandsim.c 		decile_max[i] = (wmax * (i + 1) + 5) / 10;
decile_max        456 drivers/mtd/nand/raw/nandsim.c 	decile_max[9] = wmax;
decile_max        461 drivers/mtd/nand/raw/nandsim.c 			if (wear <= decile_max[d]) {
decile_max        475 drivers/mtd/nand/raw/nandsim.c 		unsigned long from = (i ? decile_max[i - 1] + 1 : 0);
decile_max        476 drivers/mtd/nand/raw/nandsim.c 		if (from > decile_max[i])
decile_max        480 drivers/mtd/nand/raw/nandsim.c 			decile_max[i],