/third_party/ltp/lib/ |
D | tst_hugepage.c | 12 char *nr_opt; variable 24 if (nr_opt) in tst_request_hugepages() 25 tst_hugepages = SAFE_STRTOL(nr_opt, 1, LONG_MAX); in tst_request_hugepages()
|
/third_party/e2fsprogs/contrib/android/ |
D | e2fsdroid.c | 209 int nr_opt = 0; in main() local 231 if (nr_opt == max_nr_opt) { in main() 236 seopt_file[nr_opt].type = SELABEL_OPT_PATH; in main() 237 seopt_file[nr_opt].value = absolute_path(token); in main() 238 nr_opt++; in main() 332 nr_opt, fs_config_file, fixed_time, &uid_map, &gid_map); in main()
|
/third_party/ltp/testcases/kernel/syscalls/cma/ |
D | process_vm_readv03.c | 43 static char *nr_opt, *sz_opt; variable 45 {"n:", &nflag, &nr_opt}, 254 nr_iovecs = nflag ? SAFE_STRTOL(NULL, nr_opt, 1, IOV_MAX) : 10; in setup()
|
/third_party/ltp/include/ |
D | tst_hugepage.h | 12 extern char *nr_opt; /* -s num Set the number of the been allocated hugepages */
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmget/ |
D | hugeshmget01.c | 22 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
D | hugeshmget05.c | 25 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
D | hugeshmget03.c | 31 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
D | hugeshmget02.c | 23 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
D | hugeshmat03.c | 43 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
D | hugeshmat02.c | 43 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
D | hugeshmat01.c | 40 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap01.c | 33 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
D | hugemmap04.c | 35 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
D | hugemmap02.c | 39 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/ |
D | hugeshmctl03.c | 48 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
D | hugeshmctl02.c | 38 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
D | hugeshmctl01.c | 57 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/ |
D | hugeshmdt01.c | 43 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
|
/third_party/f2fs-tools/fsck/ |
D | main.c | 563 if (c.nr_opt == max_nr_opt) { in f2fs_parse_options() 568 c.seopt_file[c.nr_opt].type = in f2fs_parse_options() 570 c.seopt_file[c.nr_opt].value = in f2fs_parse_options() 572 c.nr_opt++; in f2fs_parse_options()
|
D | sload.c | 286 if (!c.nr_opt) in configure_files() 289 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 433 int nr_opt; member
|