Home
last modified time | relevance | path

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

/external/fio/
Dserver.c740 struct cmd_start_pdu spdu; in handle_load_file_cmd() local
752 spdu.jobs = cpu_to_le32(thread_number); in handle_load_file_cmd()
753 spdu.stat_outputs = cpu_to_le32(stat_number); in handle_load_file_cmd()
754 fio_net_queue_cmd(FIO_NET_CMD_START, &spdu, sizeof(spdu), NULL, SK_F_COPY); in handle_load_file_cmd()
785 struct cmd_start_pdu spdu; in handle_job_cmd() local
795 spdu.jobs = cpu_to_le32(thread_number); in handle_job_cmd()
796 spdu.stat_outputs = cpu_to_le32(stat_number); in handle_job_cmd()
798 fio_net_queue_cmd(FIO_NET_CMD_START, &spdu, sizeof(spdu), NULL, SK_F_COPY); in handle_job_cmd()
808 struct cmd_start_pdu spdu; in handle_jobline_cmd() local
836 spdu.jobs = cpu_to_le32(thread_number); in handle_jobline_cmd()
[all …]