Searched refs:use_len_max (Results 1 – 1 of 1) sorted by relevance
53 static int use_len_max; variable62 if (use_offset >= use_len_max) in do_vary_offset()64 use_len = use_len_max - use_offset; in do_vary_offset()75 prandom_bytes_state(&rnd_state, writebuf, use_len_max * pgcnt); in write_eraseblock()84 ops.oobbuf = writebuf + (use_len_max * i) + use_offset; in write_eraseblock()185 prandom_bytes_state(&rnd_state, writebuf, use_len_max * pgcnt); in verify_eraseblock()204 writebuf + (use_len_max * i) + use_offset, in verify_eraseblock()238 writebuf + (use_len_max * i) + use_offset, in verify_eraseblock()398 use_len_max = mtd->ecclayout->oobavail; in mtd_oobtest_init()464 use_len_max = mtd->ecclayout->oobavail; in mtd_oobtest_init()[all …]