HomeSort by relevance Sort by last modified time
    Searched refs:guasi (Results 1 - 4 of 4) sorted by null

  /external/fio/
io_u.h 16 #include <guasi.h>
configure 1024 # GUASI probe
1025 if test "$guasi" != "yes" ; then
1026 guasi="no"
1029 #include <guasi.h>
1037 if compile_prog "" "" "guasi"; then
1038 guasi="yes"
1040 echo "GUASI $guasi"
    [all...]
Makefile 87 SOURCE += engines/guasi.c
  /external/fio/engines/
guasi.c 2 * guasi engine
4 * IO engine using the GUASI library.
6 * Before running make. You'll need the GUASI lib as well:
8 * http://www.xmailserver.org/guasi-lib.html
24 #include <guasi.h>
245 .name = "guasi",

Completed in 75 milliseconds