Searched refs:fio_debug_jobp (Results 1 - 4 of 4) sorted by relevance

/external/fio/
H A Ddebug.c15 if (fio_debug_jobp && *fio_debug_jobp != -1U
16 && pid != *fio_debug_jobp)
H A Ddebug.h26 extern unsigned int fio_debug_jobno, *fio_debug_jobp;
H A Dinit.c73 unsigned int *fio_debug_jobp = NULL; variable
258 fio_debug_jobp = NULL;
312 fio_debug_jobp = (void *) hash + file_hash_size;
313 *fio_debug_jobp = -1;
H A Dbackend.c1865 *fio_debug_jobp = pid;

Completed in 91 milliseconds