Home
last modified time | relevance | path

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

/external/fio/
Ddebug.h40 extern unsigned long fio_debug;
46 if ((((1 << type)) & fio_debug) == 0) \
Dgettime.c577 fio_debug |= 1U << FD_TIME; in fio_monotonic_clocktest()
587 fio_debug &= ~(1U << FD_TIME); in fio_monotonic_clocktest()
Dinit.c76 unsigned long fio_debug = 0; variable
2164 fio_debug = ~0UL; in set_debug()
2186 fio_debug |= (1UL << dl->shift); in set_debug()
Dgfio.c1203 fio_debug |= (1UL << i); in preferences()
/external/fio/t/
Ddebug.c5 unsigned long fio_debug = 0; variable