Home
last modified time | relevance | path

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

/external/fio/
Ddebug.h38 extern unsigned long fio_debug;
44 if ((((1 << type)) & fio_debug) == 0) \
Dioengine.h231 if (fio_debug & (1 << FD_IO)) { in dprint_io_u()
Dgettime.c570 fio_debug |= 1U << FD_TIME; in fio_monotonic_clocktest()
580 fio_debug &= ~(1U << FD_TIME); in fio_monotonic_clocktest()
Dinit.c74 unsigned long fio_debug = 0; variable
1834 fio_debug = ~0UL; in set_debug()
1856 fio_debug |= (1UL << dl->shift); in set_debug()
Dgfio.c1201 fio_debug |= (1UL << i); in preferences()
/external/fio/t/
Ddebug.c5 unsigned int fio_debug = 0; variable