Searched refs:fio_debug (Results 1 – 6 of 6) sorted by relevance
38 extern unsigned long fio_debug;44 if ((((1 << type)) & fio_debug) == 0) \
231 if (fio_debug & (1 << FD_IO)) { in dprint_io_u()
570 fio_debug |= 1U << FD_TIME; in fio_monotonic_clocktest()580 fio_debug &= ~(1U << FD_TIME); in fio_monotonic_clocktest()
74 unsigned long fio_debug = 0; variable1834 fio_debug = ~0UL; in set_debug()1856 fio_debug |= (1UL << dl->shift); in set_debug()
1201 fio_debug |= (1UL << i); in preferences()
5 unsigned int fio_debug = 0; variable