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