Home
last modified time | relevance | path

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

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