Lines Matching defs:count
28 static int count;29 module_param(count, int, S_IRUGO);30 MODULE_PARM_DESC(count, "Maximum number of eraseblocks to use "189 if (count)190 pr_info("MTD device: %d count: %d\n", dev, count);214 "page size %u, count of eraseblocks %u, pages per "219 if (count > 0 && count < ebcnt)220 ebcnt = count;