Home | History | Annotate | Download | only in fio

Lines Matching refs:clp

562 	struct cmd_line_pdu *clp;
584 mem += sizeof(*clp) + (client->argc * sizeof(*cslp));
587 clp = pdu;
588 offset = sizeof(*clp);
600 clp->lines = cpu_to_le16(client->argc);
601 clp->client_type = __cpu_to_le16(client->type);