Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_eal_flags.c77 process_hugefiles(const char * prefix, enum hugepage_action action) in process_hugefiles() function
1085 if (process_hugefiles(prefix, HUGEPAGE_CHECK_EXISTS) != 1) { in test_file_prefix()
1091 if (process_hugefiles(prefix, HUGEPAGE_CHECK_LOCKED) != 1) { in test_file_prefix()
1097 if (process_hugefiles(memtest, HUGEPAGE_CHECK_EXISTS) == 1) { in test_file_prefix()
1099 if (process_hugefiles(memtest, HUGEPAGE_CHECK_LOCKED) == 1) { in test_file_prefix()
1105 if (process_hugefiles(memtest, HUGEPAGE_DELETE) != 1) { in test_file_prefix()
1118 if (process_hugefiles(prefix, HUGEPAGE_CHECK_EXISTS) != 1) { in test_file_prefix()
1124 if (process_hugefiles(prefix, HUGEPAGE_CHECK_LOCKED) != 1) { in test_file_prefix()
1139 if (process_hugefiles(memtest1, HUGEPAGE_CHECK_EXISTS) != 0) { in test_file_prefix()
1155 if (process_hugefiles(memtest1, HUGEPAGE_CHECK_EXISTS) != 1) { in test_file_prefix()
[all …]