Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dmmap_bench.c17 int test_mmap(void) in test_mmap() function
40 return test_harness(test_mmap, "mmap_bench"); in main()
/external/compiler-rt/test/cfi/cross-dso/
Dshadow_is_read_only.cpp55 const bool test_mmap = strcmp(argv[1], "mmap") == 0; in main() local
64 if (test_mmap) { in main()
/external/linux-kselftest/tools/testing/selftests/vm/
Dthuge-gen.c142 void test_mmap(unsigned long size, unsigned flags) in test_mmap() function
239 test_mmap(ps, MAP_HUGETLB | arg); in main()
242 test_mmap(default_hps, SHM_HUGETLB); in main()
/external/ltp/testcases/kernel/mem/mtest06/
Dmmap3.c124 static void test_mmap(void) in test_mmap() function
212 .test_all = test_mmap,