Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dnandsim.c456 unsigned long deciles[10], decile_max[10], tot = 0; in nandsim_debugfs_show() local
471 decile_max[i] = (wmax * (i + 1) + 5) / 10; in nandsim_debugfs_show()
474 decile_max[9] = wmax; in nandsim_debugfs_show()
479 if (wear <= decile_max[d]) { in nandsim_debugfs_show()
493 unsigned long from = (i ? decile_max[i - 1] + 1 : 0); in nandsim_debugfs_show()
494 if (from > decile_max[i]) in nandsim_debugfs_show()
498 decile_max[i], in nandsim_debugfs_show()