Searched refs:cycles_count (Results 1 – 1 of 1) sorted by relevance
64 static unsigned int cycles_count; variable65 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()