Home
last modified time | relevance | path

Searched refs:GFIO_MIN_THREADS (Results 1 – 1 of 1) sorted by relevance

/external/fio/engines/
Dguasi.c19 #define GFIO_MIN_THREADS 32 macro
223 maxthr = td->o.iodepth > GFIO_MIN_THREADS ? td->o.iodepth: GFIO_MIN_THREADS; in fio_guasi_init()
226 if ((ld->hctx = guasi_create(GFIO_MIN_THREADS, maxthr, 1)) == NULL) { in fio_guasi_init()