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

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

Completed in 171 milliseconds