Searched defs:posix_madvise (Results 1 - 4 of 4) sorted by relevance

/external/fio/os/
H A Dos-hpux.h34 #define posix_madvise(ptr, sz, hint) madvise((ptr), (sz), (hint)) macro
H A Dos-solaris.h37 #define posix_madvise madvise macro
H A Dos-android.h40 #define posix_madvise madvise macro
/external/fio/os/windows/
H A Dposix.c668 int posix_madvise(void *addr, size_t len, int advice) function

Completed in 139 milliseconds