Searched refs:memfd_str (Results 1 – 1 of 1) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/memfd/ |
D | memfd_test.c | 35 static const char *memfd_str = MEMFD_STR; variable 579 printf("%s CREATE\n", memfd_str); in test_create() 625 printf("%s BASIC\n", memfd_str); in test_basic() 677 printf("%s SEAL-WRITE\n", memfd_str); in test_seal_write() 703 printf("%s SEAL-SHRINK\n", memfd_str); in test_seal_shrink() 729 printf("%s SEAL-GROW\n", memfd_str); in test_seal_grow() 755 printf("%s SEAL-RESIZE\n", memfd_str); in test_seal_resize() 781 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_dup() 823 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_mmap() 857 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_open() [all …]
|