Home
last modified time | relevance | path

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

/external/fio/
Ddebug.c15 if (fio_debug_jobp && *fio_debug_jobp != -1U in __dprint()
16 && pid != *fio_debug_jobp) in __dprint()
Ddebug.h27 extern unsigned int fio_debug_jobno, *fio_debug_jobp;
Dinit.c76 unsigned int *fio_debug_jobp = NULL; variable
297 fio_debug_jobp = NULL; in free_shm()
364 fio_debug_jobp = (void *) hash + file_hash_size; in setup_thread_area()
365 *fio_debug_jobp = -1; in setup_thread_area()
Dbackend.c2024 *fio_debug_jobp = pid; in run_threads()