Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dsyscall_mm_benchmark.cpp35 struct MmapParams { struct
48 void MmapBenchmarkImpl(benchmark::State& state, const struct MmapParams& params, int fd, in MmapBenchmarkImpl() argument
75 static void MmapBenchmark(benchmark::State& state, const struct MmapParams& params, int fd, in MmapBenchmark()
80 static void MmapFixedBenchmark(benchmark::State& state, const struct MmapParams& params, int fd, in MmapFixedBenchmark()
103 static void MmapFileBenchmark(benchmark::State& state, const struct MmapParams& params, in MmapFileBenchmark()
129 struct MmapParams params = { in BM_syscall_mmap_anon_rw()
140 struct MmapParams params = { in BM_syscall_mmap_anon_noreserve()
151 struct MmapParams params = { in BM_syscall_mmap_anon_none()
163 struct MmapParams params = { in BM_syscall_mmap_anon_rw_fixed()
174 struct MmapParams params = { in BM_syscall_mmap_anon_none_fixed()
[all …]