Lines Matching refs:ebcnt
33 static int ebcnt; variable
251 for (i = 0; i < ebcnt; ++i) { in verify_all_eraseblocks_ff()
300 ebcnt = tmp; in mtd_subpagetest_init()
307 mtd->writesize, subpgsize, ebcnt, pgcnt, mtd->oobsize); in mtd_subpagetest_init()
317 bbt = kzalloc(ebcnt, GFP_KERNEL); in mtd_subpagetest_init()
321 err = mtdtest_scan_for_bad_eraseblocks(mtd, bbt, 0, ebcnt); in mtd_subpagetest_init()
325 err = mtdtest_erase_good_eraseblocks(mtd, bbt, 0, ebcnt); in mtd_subpagetest_init()
331 for (i = 0; i < ebcnt; ++i) { in mtd_subpagetest_init()
348 for (i = 0; i < ebcnt; ++i) { in mtd_subpagetest_init()
363 err = mtdtest_erase_good_eraseblocks(mtd, bbt, 0, ebcnt); in mtd_subpagetest_init()
374 for (i = 0; i < ebcnt; ++i) { in mtd_subpagetest_init()
392 for (i = 0; i < ebcnt; ++i) { in mtd_subpagetest_init()
407 err = mtdtest_erase_good_eraseblocks(mtd, bbt, 0, ebcnt); in mtd_subpagetest_init()