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

  /external/fio/
server.h 187 extern int fio_net_send_simple_cmd(int, uint16_t, uint64_t, struct flist_head *);
server.c 432 int fio_net_send_simple_cmd(int sk, uint16_t opcode, uint64_t tag, function
458 return fio_net_send_simple_cmd(sk, FIO_NET_CMD_QUIT, 0, NULL);
1370 fio_net_send_simple_cmd(server_fd, FIO_NET_CMD_SERVER_START, 0, NULL);
    [all...]
client.c 641 return fio_net_send_simple_cmd(client->fd, FIO_NET_CMD_RUN, 0, NULL);
    [all...]

Completed in 42 milliseconds