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

  /external/fio/
configure 801 # GUASI probe
802 guasi="no"
804 #include <guasi.h>
812 if compile_prog "" "" "guasi"; then
813 guasi="yes"
815 echo "GUASI $guasi"
1283 if test "$guasi" = "yes" ; then
ioengine.h 15 #include <guasi.h>
Makefile 68 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 147 milliseconds