HomeSort by relevance Sort by last modified time
    Searched refs:fio_debug (Results 1 - 6 of 6) sorted by null

  /external/fio/
debug.h 37 extern unsigned long fio_debug;
43 if ((((1 << type)) & fio_debug) == 0) \
ioengine.h 227 if (fio_debug & (1 << FD_IO)) {
gettime.c 544 fio_debug |= 1U << FD_TIME;
546 fio_debug &= ~(1U << FD_TIME);
init.c 71 unsigned long fio_debug = 0; variable
    [all...]
gfio.c 1201 fio_debug |= (1UL << i);
    [all...]
  /external/fio/t/
stest.c 10 unsigned int fio_debug = 0; variable

Completed in 341 milliseconds