Home
last modified time | relevance | path

Searched refs:POSIX_FADV_RANDOM (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfadvise.h22 #define POSIX_FADV_RANDOM 1 macro
/aosp12/bionic/tests/headers/posix/
H A Dfcntl_h.c99 MACRO(POSIX_FADV_RANDOM); in fcntl_h()
/aosp12/system/extras/tests/pagingtest/
H A Dpageinout_test.c50 posix_fadvise(fd, 0, file_size, POSIX_FADV_RANDOM); in pageinout_test()
H A Dthrashing_test.c52 posix_fadvise(fds[i], 0, filesize, POSIX_FADV_RANDOM); in thrashing_test()