Searched refs:test_mmap (Results 1 – 5 of 5) sorted by relevance
34 int test_mmap(void) in test_mmap() function 89 return test_harness(test_mmap, "mmap_bench"); in main()
94 void test_mmap(unsigned long size, unsigned flags) in test_mmap() function 211 test_mmap(ps, MAP_HUGETLB | arg); in main() 215 test_mmap(default_hps, MAP_HUGETLB); in main()
37 static void test_mmap(int fd, size_t page_size) in test_mmap() function 193 test_mmap(fd, page_size); in main()
28 int test_mmap(void *ctx) in test_mmap() function
4 #include "test_mmap.skel.h"16 void test_mmap(void) in test_mmap() function 29 struct test_mmap *skel; in test_mmap()