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

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

Completed in 174 milliseconds