Home
last modified time | relevance | path

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

/external/fio/engines/
Dmmap.c48 if (posix_madvise(f->mmap_ptr, length, POSIX_MADV_SEQUENTIAL) < 0) { in fio_mmap_file()
53 if (posix_madvise(f->mmap_ptr, length, POSIX_MADV_RANDOM) < 0) { in fio_mmap_file()
173 if (posix_madvise(io_u->mmap_data, io_u->xfer_buflen, POSIX_MADV_DONTNEED) < 0) { in fio_mmapio_queue()
/external/fio/os/windows/posix/include/sys/
Dmman.h28 int posix_madvise(void *addr, size_t len, int advice);
/external/fio/os/
Dos-hpux.h34 #define posix_madvise(ptr, sz, hint) madvise((ptr), (sz), (hint)) macro
Dos-solaris.h37 #define posix_madvise madvise macro
Dos-android.h40 #define posix_madvise madvise macro
/external/elfutils/0.153/src/
Dranlib.c156 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
Dstrings.c495 (void) posix_madvise (mem, map_size, POSIX_MADV_SEQUENTIAL); in map_file()
Dar.c460 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
/external/pcre/dist/sljit/
DsljitUtils.c323posix_madvise((void*)aligned_new_limit, aligned_old_limit - aligned_new_limit, POSIX_MADV_DONTNEED… in sljit_stack_resize()
/external/qemu/util/
Dosdep.c87 return posix_madvise(addr, len, advice); in qemu_madvise()
/external/icu/icu4c/source/common/
Dumapfile.c197 posix_madvise(data, length, POSIX_MADV_RANDOM); in uprv_mapFile()
/external/chromium_org/third_party/icu/source/common/
Dumapfile.c197 posix_madvise(data, length, POSIX_MADV_RANDOM); in uprv_mapFile()
/external/fio/
Dfilesetup.c405 ret = posix_madvise(f->mmap_ptr, f->mmap_sz, POSIX_MADV_DONTNEED); in __file_invalidate_cache()
408 (void) posix_madvise(f->mmap_ptr, f->mmap_sz, FIO_MADV_FREE); in __file_invalidate_cache()
/external/fio/os/windows/
Dposix.c668 int posix_madvise(void *addr, size_t len, int advice) in posix_madvise() function
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2727 fun:posix_madvise=uninstrumented
/external/pcre/dist/
DChangeLog575 39. Try madvise first before posix_madvise.
832 20. The madvise function is renamed for posix_madvise for QNX compatibility