Searched refs:POSIX_FADV_DONTNEED (Results 1 – 5 of 5) sorted by relevance
15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
58 case POSIX_FADV_DONTNEED: in generic_fadvise()114 case POSIX_FADV_DONTNEED: in generic_fadvise()
483 advise = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE5()504 a.advice = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE1()
775 through the fadvise(POSIX_FADV_DONTNEED) system call or by the
1314 POSIX_FADV_DONTNEED to relinquish the ownership of memory areas