Lines Matching refs:compile_prog
88 compile_prog() { function
361 if compile_prog "" "" "cross"; then
379 if compile_prog "" "" "endian"; then
394 compile_prog "" "" "endian" && bigendian="yes"
429 if compile_prog "-DWORDSIZE=32" "" "wordsize"; then
431 elif compile_prog "-DWORDSIZE=64" "" "wordsize"; then
451 if compile_prog "" "-lz" "zlib" ; then
469 if compile_prog "" "-laio" "libaio" ; then
493 if compile_prog "" "" "posixaio" ; then
495 elif compile_prog "" "-lrt" "posixaio"; then
517 if compile_prog "" "$LIBS" "posix_aio_fsync" ; then
537 if compile_prog "" "-laio" "solarisaio" ; then
559 if compile_prog "" "" "__sync_fetch_and_add()" ; then
576 if compile_prog "" "-libverbs" "libverbs" ; then
594 if compile_prog "" "-lrdmacm" "rdma"; then
613 if compile_prog "" "" "linux_fallocate"; then
630 if compile_prog "" "" "posix_fadvise"; then
647 if compile_prog "" "" "posix_fallocate"; then
664 if compile_prog "" "" "sched_setaffinity(,,)"; then
675 if compile_prog "" "" "sched_setaffinity(,)"; then
693 if compile_prog "" "" "clock_gettime"; then
695 elif compile_prog "" "-lrt" "clock_gettime"; then
713 if compile_prog "" "$LIBS" "clock monotonic"; then
731 if compile_prog "" "$LIBS" "clock monotonic precise"; then
749 if compile_prog "" "" "gettimeofday"; then
765 if compile_prog "" "" "fdatasync"; then
785 if compile_prog "" "" "sync_file_range"; then
802 if compile_prog "" "" "ext4 move extent" ; then
823 if compile_prog "" "" "linux splice"; then
840 if compile_prog "" "" "guasi"; then
859 if compile_prog "" "-L/usr/lib/fio -L/usr/lib/nvm -lnvm-primitives -lvsl -ldl" "fusion-aw"; then
875 if test "$disable_numa" != "yes" && compile_prog "" "-lnuma" "libnuma"; then
893 if compile_prog "" "" "libnuma api"; then
910 if compile_prog "" "" "strsep"; then
925 if compile_prog "" "" "strcasestr"; then
943 if compile_prog "" "" "getopt_long_only"; then
961 if compile_prog "" "" "inet_aton"; then
977 if compile_prog "" "" "socklen_t"; then
993 if compile_prog "" "" "__thread"; then
1026 if compile_prog "$GTK_CFLAGS" "$GTK_LIBS" "gfio" ; then
1059 if compile_prog "" "" "RUSAGE_THREAD"; then
1075 if compile_prog "" "" "SCHED_IDLE"; then
1093 if compile_prog "" "" "TCP_NODELAY"; then
1112 if compile_prog "" "" "SO_SNDBUF"; then
1132 if compile_prog "" "" "TCP_MAXSEG"; then
1149 if compile_prog "" "" "RLIMIT_MEMLOCK"; then
1165 if compile_prog "" "" "pwritev"; then
1192 if compile_prog "" "" "ipv6"; then
1217 if test "$disable_rbd" != "yes" && compile_prog "" "-lrbd -lrados" "rbd"; then
1237 if compile_prog "" "-lrbd -lrados" "rbd"; then
1256 if compile_prog "" "" "setvbuf"; then
1274 if test "$disable_gfapi" != "yes" && compile_prog "" "-lgfapi -lglusterfs" "gfapi"; then
1295 if compile_prog "" "-lgfapi -lglusterfs" "gfapi"; then
1313 if compile_prog "" "-lgfapi -lglusterfs" "gf trim"; then
1342 if compile_prog "" "" "s390_z196_facilities"; then
1406 if compile_prog "" "-ll" "lex"; then