Home
last modified time | relevance | path

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

/external/fio/
Dserver.h48 FIO_NET_CMD_JOB = 3, enumerator
Dserver.c306 } else if (cmdret->opcode == FIO_NET_CMD_JOB) { in fio_net_recv_cmd()
816 case FIO_NET_CMD_JOB: in handle_command()
Dclient.c737 ret = fio_net_send_cmd(client->fd, FIO_NET_CMD_JOB, pdu, p_size, NULL, NULL); in __fio_client_send_local_ini()