Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/tests/
Dtorturetest.c64 static unsigned int cycles_count; variable
65 module_param(cycles_count, uint, S_IRUGO);
66 MODULE_PARM_DESC(cycles_count, "how many erase cycles to do "
183 int err = 0, i, infinite = !cycles_count; in tort_init()
344 if (!infinite && --cycles_count == 0) in tort_init()