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

/external/fio/
H A Dinit.c332 static struct thread_data *get_new_job(int global, struct thread_data *parent, function
1193 struct thread_data *td_new = get_new_job(0, td, 1);
1251 td_parent = get_new_job(1, &def_thread, 0);
1255 td = get_new_job(0, td_parent, 0);
1390 td = get_new_job(global, &def_thread, 0);
1886 td = get_new_job(global, &def_thread, 1);

Completed in 100 milliseconds