Home
last modified time | relevance | path

Searched refs:nr_opt (Results 1 – 19 of 19) sorted by relevance

/third_party/ltp/lib/
Dtst_hugepage.c12 char *nr_opt; variable
39 if (nr_opt) in tst_reserve_hugepages()
40 tst_hugepages = SAFE_STRTOL(nr_opt, 1, LONG_MAX); in tst_reserve_hugepages()
/third_party/ltp/include/
Dtst_hugepage.h19 extern char *nr_opt; /* -s num Set the number of the been allocated hugepages */
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmget/
Dhugeshmget01.c75 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
Dhugeshmget05.c89 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
Dhugeshmget03.c93 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
Dhugeshmget02.c94 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
Dhugeshmat03.c98 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
Dhugeshmat02.c103 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
Dhugeshmat01.c176 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap01.c95 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
Dhugemmap04.c113 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
Dhugemmap02.c142 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
Dhugeshmdt01.c149 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
Dhugeshmctl03.c131 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
Dhugeshmctl02.c141 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
Dhugeshmctl01.c307 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
/third_party/f2fs-tools/fsck/
Dsload.c311 if (!c.nr_opt) in configure_files()
314 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()
Dmain.c715 if (c.nr_opt == max_nr_opt) { in f2fs_parse_options()
720 c.seopt_file[c.nr_opt].type = in f2fs_parse_options()
722 c.seopt_file[c.nr_opt].value = in f2fs_parse_options()
724 c.nr_opt++; in f2fs_parse_options()
/third_party/f2fs-tools/include/
Df2fs_fs.h555 int nr_opt; member