Home | History | Annotate | Download | only in bench

Lines Matching refs:map_flags

310 static u8 *alloc_data(ssize_t bytes0, int map_flags,
329 buf = (void *)mmap(0, bytes, PROT_READ|PROT_WRITE, MAP_ANON|map_flags, -1, 0);
332 if (map_flags == MAP_PRIVATE) {