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"; then631 posix_fadvise="yes"633 echo "POSIX fadvise $posix_fadvise"1472 if test "$posix_fadvise" = "yes" ; then