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

  /external/fio/
debug.c 15 if (fio_debug_jobp && *fio_debug_jobp != -1U
16 && pid != *fio_debug_jobp)
debug.h 27 extern unsigned int fio_debug_jobno, *fio_debug_jobp;
init.c 76 unsigned int *fio_debug_jobp = NULL; variable
297 fio_debug_jobp = NULL;
364 fio_debug_jobp = (void *) hash + file_hash_size;
365 *fio_debug_jobp = -1;
    [all...]
backend.c     [all...]

Completed in 413 milliseconds