Home
last modified time | relevance | path

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

/external/fio/os/
Dos-openbsd.h57 #define FIO_MADV_FREE MADV_FREE macro
Dos-netbsd.h59 #define FIO_MADV_FREE MADV_FREE macro
Dos-freebsd.h103 #define FIO_MADV_FREE MADV_FREE macro
Dos-solaris.h170 #define FIO_MADV_FREE MADV_FREE macro
Dos-android.h45 #define FIO_MADV_FREE MADV_REMOVE macro
Dos-linux.h208 #define FIO_MADV_FREE MADV_REMOVE macro
/external/fio/
Dfilesetup.c406 #ifdef FIO_MADV_FREE in __file_invalidate_cache()
408 (void) posix_madvise(f->mmap_ptr, f->mmap_sz, FIO_MADV_FREE); in __file_invalidate_cache()