Home
last modified time | relevance | path

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

/external/fio/
Dinit.c437 static struct thread_data *get_new_job(bool global, struct thread_data *parent, in get_new_job() function
1569 struct thread_data *td_new = get_new_job(false, td, true, jobname); in add_job()
1630 td_parent = get_new_job(true, &def_thread, false, jobname); in add_job_opts()
1634 td = get_new_job(false, td_parent, false, jobname); in add_job_opts()
1795 td = get_new_job(global, &def_thread, false, name); in __parse_jobs_ini()
2484 td = get_new_job(global, &def_thread, true, NULL); in parse_cmd_line()