Searched refs:get_new_job (Results 1 – 1 of 1) sorted by relevance
/external/fio/ |
D | init.c | 384 static struct thread_data *get_new_job(int global, struct thread_data *parent, in get_new_job() function 1326 struct thread_data *td_new = get_new_job(0, td, 1, jobname); in add_job() 1385 td_parent = get_new_job(1, &def_thread, 0, jobname); in add_job_opts() 1389 td = get_new_job(0, td_parent, 0, jobname); in add_job_opts() 1550 td = get_new_job(global, &def_thread, 0, name); in __parse_jobs_ini() 2131 td = get_new_job(global, &def_thread, 1, NULL); in parse_cmd_line()
|