Home
last modified time | relevance | path

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

/tools/perf/bench/
Dnuma.c310 static u8 *alloc_data(ssize_t bytes0, int map_flags, in alloc_data() argument
329 buf = (void *)mmap(0, bytes, PROT_READ|PROT_WRITE, MAP_ANON|map_flags, -1, 0); in alloc_data()
332 if (map_flags == MAP_PRIVATE) { in alloc_data()