Home
last modified time | relevance | path

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

/external/fio/
Dclient.c197 if (client->opt_lists) in fio_put_client()
198 free(client->opt_lists); in fio_put_client()
1000 if (client->opt_lists && p->ts.thread_number <= client->jobs) in handle_ts()
1001 opt_list = &client->opt_lists[p->ts.thread_number - 1]; in handle_ts()
1065 } else if (client->opt_lists) { in handle_job_opt()
1066 struct flist_head *opt_list = &client->opt_lists[pdu->groupid]; in handle_job_opt()
1411 if (client->opt_lists) in handle_start()
1412 free(client->opt_lists); in handle_start()
1414 client->opt_lists = malloc(client->jobs * sizeof(struct flist_head)); in handle_start()
1416 INIT_FLIST_HEAD(&client->opt_lists[i]); in handle_start()
Dclient.h44 struct flist_head *opt_lists; member
Dstat.c1564 struct flist_head **opt_lists; in __show_run_stats() local
1592 opt_lists = malloc(nr_ts * sizeof(struct flist_head *)); in __show_run_stats()
1596 opt_lists[i] = NULL; in __show_run_stats()
1618 opt_lists[j] = &td->opt_list; in __show_run_stats()
1786 fio_server_send_job_options(opt_lists[i], i); in __show_run_stats()
1792 struct json_object *tmp = show_thread_status_json(ts, rs, opt_lists[i]); in __show_run_stats()
1835 free(opt_lists); in __show_run_stats()