Home
last modified time | relevance | path

Searched refs:r_opt (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/mem/mem/
Dmem01.c60 static int r_opt = 0; /* random access versus linear */ variable
141 {"r", &r_opt, NULL}
171 if (r_opt) in main()
203 memsize / 1024 / 1024, r_opt ? "random" : "linear"); in main()
221 if (r_opt) { in main()
/external/e2fsprogs/misc/
Dmke2fs.c1515 int s_opt = -1, r_opt = -1; in PRS() local
1784 r_opt = strtoul(optarg, &tmp, 0); in PRS()
1790 if (r_opt > EXT2_MAX_SUPP_REV) { in PRS()
1792 _("while trying to create revision %d"), r_opt); in PRS()
1795 fs_param.s_rev_level = r_opt; in PRS()
2170 if (r_opt == EXT2_GOOD_OLD_REV && in PRS()
2179 if (r_opt == EXT2_GOOD_OLD_REV) { in PRS()
2190 if (r_opt == EXT2_GOOD_OLD_REV) { in PRS()
/external/ltp/testcases/kernel/fs/doio/
Diogen.c142 int r_opt = 0; /* specify raw io multiple instead of */ variable
483 if (!r_opt) in startup_info()
997 if (r_opt) { in get_file_info()
1611 r_opt++; in parse_cmdline()
Ddoio.c244 int r_opt = 0; /* resource release interval */ variable
5082 r_opt++; in parse_cmdline()
5178 if (!r_opt) in parse_cmdline()