Searched defs:POSIX_FADV_DONTNEED (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dfadvise.h10 * The advise values for POSIX_FADV_DONTNEED and POSIX_ADV_NOREUSE
14 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
17 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/external/fio/os/
H A Dos.h72 #ifndef POSIX_FADV_DONTNEED
73 #define POSIX_FADV_DONTNEED (0) macro

Completed in 361 milliseconds