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

/external/fio/
H A Dinit.c384 static struct thread_data *get_new_job(int global, struct thread_data *parent, function
1326 struct thread_data *td_new = get_new_job(0, td, 1, jobname);
1385 td_parent = get_new_job(1, &def_thread, 0, jobname);
1389 td = get_new_job(0, td_parent, 0, jobname);
1550 td = get_new_job(global, &def_thread, 0, name);
2131 td = get_new_job(global, &def_thread, 1, NULL);

Completed in 75 milliseconds