Searched refs:process_hugefiles (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_eal_flags.c | 166 process_hugefiles(const char * prefix, enum hugepage_action action) in process_hugefiles() function 1219 if (process_hugefiles(prefix, HUGEPAGE_CHECK_EXISTS) != 1) { in test_file_prefix() 1225 if (process_hugefiles(prefix, HUGEPAGE_CHECK_LOCKED) != 1) { in test_file_prefix() 1231 if (process_hugefiles(memtest, HUGEPAGE_CHECK_EXISTS) == 1) { in test_file_prefix() 1233 if (process_hugefiles(memtest, HUGEPAGE_CHECK_LOCKED) == 1) { in test_file_prefix() 1239 if (process_hugefiles(memtest, HUGEPAGE_DELETE) != 1) { in test_file_prefix() 1252 if (process_hugefiles(prefix, HUGEPAGE_CHECK_EXISTS) != 1) { in test_file_prefix() 1258 if (process_hugefiles(prefix, HUGEPAGE_CHECK_LOCKED) != 1) { in test_file_prefix() 1273 if (process_hugefiles(memtest1, HUGEPAGE_CHECK_EXISTS) != 0) { in test_file_prefix() 1289 if (process_hugefiles(memtest1, HUGEPAGE_CHECK_EXISTS) != 1) { in test_file_prefix() [all …]
|