Home
last modified time | relevance | path

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

/external/fio/
Dserver.c523 static struct sk_entry *fio_net_prep_cmd(uint16_t opcode, void *buf, in fio_net_prep_cmd() function
569 entry = fio_net_prep_cmd(opcode, buf, size, tagptr, flags); in fio_net_queue_cmd()
1687 *last_entry = fio_net_prep_cmd(FIO_NET_CMD_IOLOG, out_pdu, this_len, in __fio_net_prep_tail()
1810 entry = fio_net_prep_cmd(FIO_NET_CMD_IOLOG, out_pdu, this_len, in __fio_append_iolog_gz()
1862 entry = fio_net_prep_cmd(FIO_NET_CMD_IOLOG, out_pdu, this_len, in fio_append_iolog_gz()
1890 entry = fio_net_prep_cmd(FIO_NET_CMD_IOLOG, c->buf, c->len, in fio_append_gz_chunks()
1912 entry = fio_net_prep_cmd(FIO_NET_CMD_IOLOG, cur_log->log, size, in fio_append_text_log()
1971 …first = fio_net_prep_cmd(FIO_NET_CMD_IOLOG, &pdu, sizeof(pdu), NULL, SK_F_VEC | SK_F_INLINE | SK_F… in fio_send_iolog()