Home
last modified time | relevance | path

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

/external/fio/
Ddebug.h37 extern unsigned long fio_debug;
43 if ((((1 << type)) & fio_debug) == 0) \
Dioengine.h227 if (fio_debug & (1 << FD_IO)) { in dprint_io_u()
Dgettime.c544 fio_debug |= 1U << FD_TIME; in fio_monotonic_clocktest()
546 fio_debug &= ~(1U << FD_TIME); in fio_monotonic_clocktest()
Dinit.c71 unsigned long fio_debug = 0; variable
1622 fio_debug = ~0UL; in set_debug()
1644 fio_debug |= (1UL << dl->shift); in set_debug()
Dgfio.c1201 fio_debug |= (1UL << i); in preferences()
/external/fio/t/
Dstest.c10 unsigned int fio_debug = 0; variable