/external/libchrome/base/test/ |
D | test_file_util_linux.cc | 30 int posix_fadvise(int fd, off_t offset, off_t len, int advice) { in posix_fadvise() function 54 if (posix_fadvise(fd.get(), 0, 0, POSIX_FADV_DONTNEED) != 0) in EvictFileFromSystemCache()
|
/external/ltp/testcases/kernel/syscalls/fadvise/ |
D | posix_fadvise01.c | 50 TEST(posix_fadvise(fd, 0, 0, defined_advise[n])); in verify_fadvise()
|
D | posix_fadvise04.c | 47 TEST(posix_fadvise in verify_fadvise()
|
D | posix_fadvise02.c | 47 TEST(posix_fadvise in verify_fadvise()
|
D | posix_fadvise03.c | 90 TEST(posix_fadvise(fd, 0, 0, n)); in verify_fadvise()
|
/external/elfutils/tests/ |
D | lfs-symbols | 57 posix_fadvise
|
/external/autotest/client/tests/linus_stress/ |
D | linus_stress.c | 61 posix_fadvise(fd, 0, SIZE, POSIX_FADV_DONTNEED); in remap()
|
/external/e2fsprogs/misc/ |
D | e4defrag.c | 191 #define posix_fadvise posix_fadvise64 macro 193 #define posix_fadvise fadvise64 macro 195 #error posix_fadvise not available! 444 if (posix_fadvise(fd, offset, pagesize, fadvise_flag) < 0) { in defrag_fadvise()
|
/external/ltp/testcases/kernel/syscalls/readahead/ |
D | readahead02.c | 69 errno = posix_fadvise(fd, offset, len, POSIX_FADV_WILLNEED); in fadvise_willneed()
|
/external/f2fs-tools/lib/ |
D | libf2fs_io.c | 191 return posix_fadvise(fd, offset, len, POSIX_FADV_WILLNEED); in dev_readahead()
|
/external/elfutils/src/ |
D | strings.c | 575 (void) posix_fadvise (fd, 0, 0, POSIX_FADV_SEQUENTIAL); in read_block()
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 114 fun:posix_fadvise=discard
|
D | libc_ubuntu1404_abilist.txt | 2481 fun:posix_fadvise=uninstrumented
|
/external/python/cpython3/Lib/test/ |
D | test_posix.py | 412 posix.posix_fadvise(fd, 0, 0, posix.POSIX_FADV_WILLNEED) 420 posix.posix_fadvise(-42, 0, 0, posix.POSIX_FADV_WILLNEED)
|
/external/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 979 return posix_fadvise(data->dev, in unix_cache_readahead()
|
/external/ltp/runtest/ |
D | syscalls | 177 #posix_fadvise test cases
|
/external/e2fsprogs/lib/ |
D | config.h.in | 349 /* Define to 1 if you have the `posix_fadvise' function. */
|
/external/ImageMagick/config/ |
D | config.h.in | 354 /* Define to 1 if you have the `posix_fadvise' function. */
|
/external/e2fsprogs/ |
D | configure.ac | 1166 posix_fadvise
|
/external/python/cpython3/ |
D | pyconfig.h.in | 707 /* Define to 1 if you have the `posix_fadvise' function. */
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 1046 .. function:: posix_fadvise(fd, offset, len, advice) 1068 Flags that can be used in *advice* in :func:`posix_fadvise` that specify
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 523 :func:`~os.posix_fadvise`, :func:`~os.posix_fallocate`, :func:`~os.pread`,
|
/external/ImageMagick/ |
D | configure.ac | 1223 …sleep newlocale _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocat…
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 9172 result = posix_fadvise(fd, offset, length, advice); in os_posix_fadvise_impl()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 2011 On 32-bit AIX platform, don't expose os.posix_fadvise() nor
|