Searched refs:spdu (Results 1 – 1 of 1) sorted by relevance
/external/fio/ |
D | server.c | 571 struct cmd_start_pdu spdu; in handle_load_file_cmd() local 583 spdu.jobs = cpu_to_le32(thread_number); in handle_load_file_cmd() 584 spdu.stat_outputs = cpu_to_le32(stat_number); in handle_load_file_cmd() 585 fio_net_send_cmd(server_fd, FIO_NET_CMD_START, &spdu, sizeof(spdu), NULL, NULL); in handle_load_file_cmd() 612 struct cmd_start_pdu spdu; in handle_job_cmd() local 622 spdu.jobs = cpu_to_le32(thread_number); in handle_job_cmd() 623 spdu.stat_outputs = cpu_to_le32(stat_number); in handle_job_cmd() 624 fio_net_send_cmd(server_fd, FIO_NET_CMD_START, &spdu, sizeof(spdu), NULL, NULL); in handle_job_cmd() 634 struct cmd_start_pdu spdu; in handle_jobline_cmd() local 662 spdu.jobs = cpu_to_le32(thread_number); in handle_jobline_cmd() [all …]
|