OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spdu
(Results
1 - 1
of
1
) sorted by null
/external/fio/
server.c
740
struct cmd_start_pdu
spdu
;
local
752
spdu
.jobs = cpu_to_le32(thread_number);
753
spdu
.stat_outputs = cpu_to_le32(stat_number);
754
fio_net_queue_cmd(FIO_NET_CMD_START, &
spdu
, sizeof(
spdu
), NULL, SK_F_COPY);
785
struct cmd_start_pdu
spdu
;
local
795
spdu
.jobs = cpu_to_le32(thread_number);
796
spdu
.stat_outputs = cpu_to_le32(stat_number);
798
fio_net_queue_cmd(FIO_NET_CMD_START, &
spdu
, sizeof(
spdu
), NULL, SK_F_COPY)
808
struct cmd_start_pdu
spdu
;
local
[
all
...]
Completed in 1090 milliseconds