Home
last modified time | relevance | path

Searched refs:posix_fadvise (Results 1 – 25 of 32) sorted by relevance

12

/external/libchrome/base/test/
Dtest_file_util_linux.cc30 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/
Dposix_fadvise01.c50 TEST(posix_fadvise(fd, 0, 0, defined_advise[n])); in verify_fadvise()
Dposix_fadvise04.c47 TEST(posix_fadvise in verify_fadvise()
Dposix_fadvise02.c47 TEST(posix_fadvise in verify_fadvise()
Dposix_fadvise03.c90 TEST(posix_fadvise(fd, 0, 0, n)); in verify_fadvise()
/external/elfutils/tests/
Dlfs-symbols57 posix_fadvise
/external/autotest/client/tests/linus_stress/
Dlinus_stress.c61 posix_fadvise(fd, 0, SIZE, POSIX_FADV_DONTNEED); in remap()
/external/e2fsprogs/misc/
De4defrag.c191 #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/
Dreadahead02.c69 errno = posix_fadvise(fd, offset, len, POSIX_FADV_WILLNEED); in fadvise_willneed()
/external/f2fs-tools/lib/
Dlibf2fs_io.c191 return posix_fadvise(fd, offset, len, POSIX_FADV_WILLNEED); in dev_readahead()
/external/elfutils/src/
Dstrings.c575 (void) posix_fadvise (fd, 0, 0, POSIX_FADV_SEQUENTIAL); in read_block()
/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt114 fun:posix_fadvise=discard
Dlibc_ubuntu1404_abilist.txt2481 fun:posix_fadvise=uninstrumented
/external/python/cpython3/Lib/test/
Dtest_posix.py412 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/
Dunix_io.c979 return posix_fadvise(data->dev, in unix_cache_readahead()
/external/ltp/runtest/
Dsyscalls177 #posix_fadvise test cases
/external/e2fsprogs/lib/
Dconfig.h.in349 /* Define to 1 if you have the `posix_fadvise' function. */
/external/ImageMagick/config/
Dconfig.h.in354 /* Define to 1 if you have the `posix_fadvise' function. */
/external/e2fsprogs/
Dconfigure.ac1166 posix_fadvise
/external/python/cpython3/
Dpyconfig.h.in707 /* Define to 1 if you have the `posix_fadvise' function. */
/external/python/cpython3/Doc/library/
Dos.rst1046 .. 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/
D3.5.rst523 :func:`~os.posix_fadvise`, :func:`~os.posix_fallocate`, :func:`~os.pread`,
D3.3.rst1665 * :func:`~os.posix_fadvise`: Announces an intention to access data in a
/external/ImageMagick/
Dconfigure.ac1223 …sleep newlocale _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocat…
/external/python/cpython3/Modules/
Dposixmodule.c9172 result = posix_fadvise(fd, offset, length, advice); in os_posix_fadvise_impl()

12