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

  /external/fio/
ioengine.h 15 #include <guasi.h>
configure 829 # GUASI probe
830 guasi="no"
832 #include <guasi.h>
840 if compile_prog "" "" "guasi"; then
841 guasi="yes"
843 echo "GUASI $guasi"
    [all...]
Makefile 76 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 498 milliseconds