Home | History | Annotate | Download | only in fio

Lines Matching full:out_pdu

1168 	void *out_pdu;
1175 out_pdu = malloc(FIO_SERVER_MAX_FRAGMENT_PDU);
1194 stream.next_out = out_pdu;
1206 out_pdu, this_len, 0, flags);
1214 free(out_pdu);