Home | History | Annotate | Download | only in fio

Lines Matching refs:posix_fadvise

751 if test "$posix_fadvise" != "yes" ; then
752 posix_fadvise="no"
759 int r = posix_fadvise(0, 0, 0, POSIX_FADV_NORMAL);
763 if compile_prog "" "" "posix_fadvise"; then
764 posix_fadvise="yes"
766 echo "POSIX fadvise $posix_fadvise"
2083 if test "$posix_fadvise" = "yes" ; then