Home | History | Annotate | Download | only in fio

Lines Matching full:posix_fadvise

620 posix_fadvise="no"
626 int r = posix_fadvise(0, 0, 0, POSIX_FADV_NORMAL);
630 if compile_prog "" "" "posix_fadvise"; then
631 posix_fadvise="yes"
633 echo "POSIX fadvise $posix_fadvise"
1472 if test "$posix_fadvise" = "yes" ; then