Home | History | Annotate | Download | only in fio

Lines Matching refs:fio_send_data

150 int fio_send_data(int sk, const void *p, unsigned int len)
400 ret = fio_send_data(fd, cmd, sizeof(*cmd) + this_len);
425 return fio_send_data(sk, &cmd, sizeof(cmd));