Searched refs:fio_net_send_simple_cmd (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | server.h | 187 extern int fio_net_send_simple_cmd(int, uint16_t, uint64_t, struct flist_head *);
|
D | server.c | 432 int fio_net_send_simple_cmd(int sk, uint16_t opcode, uint64_t tag, in fio_net_send_simple_cmd() function 458 return fio_net_send_simple_cmd(sk, FIO_NET_CMD_QUIT, 0, NULL); in fio_net_send_quit() 1370 fio_net_send_simple_cmd(server_fd, FIO_NET_CMD_SERVER_START, 0, NULL); in fio_server_send_start()
|
D | client.c | 641 return fio_net_send_simple_cmd(client->fd, FIO_NET_CMD_RUN, 0, NULL); in fio_start_client() 1568 fio_net_send_simple_cmd(client->fd, FIO_NET_CMD_SEND_ETA, in request_client_etas()
|