Searched refs:fio_debug (Results 1 – 5 of 5) sorted by relevance
40 extern unsigned long fio_debug;46 if ((((1 << type)) & fio_debug) == 0) \
577 fio_debug |= 1U << FD_TIME; in fio_monotonic_clocktest()587 fio_debug &= ~(1U << FD_TIME); in fio_monotonic_clocktest()
76 unsigned long fio_debug = 0; variable2164 fio_debug = ~0UL; in set_debug()2186 fio_debug |= (1UL << dl->shift); in set_debug()
1203 fio_debug |= (1UL << i); in preferences()
5 unsigned long fio_debug = 0; variable