Searched refs:nr_opt (Results 1 – 19 of 19) sorted by relevance
/third_party/ltp/lib/ |
D | tst_hugepage.c | 12 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/ |
D | tst_hugepage.h | 19 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 | 75 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
D | hugeshmget05.c | 89 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
D | hugeshmget03.c | 93 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
D | hugeshmget02.c | 94 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
D | hugeshmat03.c | 98 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
D | hugeshmat02.c | 103 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
D | hugeshmat01.c | 176 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap01.c | 95 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
D | hugemmap04.c | 113 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
D | hugemmap02.c | 142 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/ |
D | hugeshmdt01.c | 149 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/ |
D | hugeshmctl03.c | 131 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
D | hugeshmctl02.c | 141 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
D | hugeshmctl01.c | 307 {"s:", &nr_opt, "Set the number of the been allocated hugepages"},
|
/third_party/f2fs-tools/fsck/ |
D | sload.c | 311 if (!c.nr_opt) in configure_files() 314 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()
|
D | main.c | 715 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/ |
D | f2fs_fs.h | 555 int nr_opt; member
|