HomeSort by relevance Sort by last modified time
    Searched refs:client_type (Results 1 - 8 of 8) sorted by null

  /external/fio/
server.h 103 uint16_t client_type; member in struct:cmd_load_file_pdu
140 uint16_t client_type; member in struct:cmd_line_pdu
146 uint32_t client_type; member in struct:cmd_job_pdu
client.h 103 uint32_t client_type; member in struct:client_ops
init.c 1110 int recursed, int client_type)
1134 td->client_type = client_type;
1355 if (add_job(td_new, jobname, numjobs, 1, client_type))
1368 void add_job_opts(const char **o, int client_type)
1380 add_job(td, jobname, 0, 0, client_type);
1399 add_job(td, jobname, 0, 0, client_type);
    [all...]
server.c 576 pdu->client_type = le16_to_cpu(pdu->client_type);
578 if (parse_jobs_ini(file_name, 0, 0, pdu->client_type)) {
615 pdu->client_type = le32_to_cpu(pdu->client_type);
617 if (parse_jobs_ini(buf, 1, 0, pdu->client_type)) {
640 clp->client_type = le16_to_cpu(clp->client_type);
654 if (parse_cmd_line(clp->lines, argv, clp->client_type)) {
    [all...]
client.c 46 .client_type = FIO_CLIENT_TYPE_CLI,
284 client->type = ops->client_type;
359 client->type = ops->client_type;
601 clp->client_type = __cpu_to_le16(client->type);
681 pdu->client_type = cpu_to_le16((uint16_t) client->type);
734 pdu->client_type = cpu_to_le32(client->type);
    [all...]
fio.h 111 int client_type; member in struct:thread_data
iolog.c 968 if (td->client_type == FIO_CLIENT_TYPE_GUI)
gclient.c     [all...]

Completed in 435 milliseconds