Home
last modified time | relevance | path

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

/external/fio/engines/
Dsg.c18 struct sgio_cmd { struct
24 struct sgio_cmd *cmds; argument
36 struct sgio_cmd *sc = &sd->cmds[io_u->index]; in sgio_hdr_init()
329 sd->cmds = malloc(td->o.iodepth * sizeof(struct sgio_cmd)); in fio_sgio_init()
330 memset(sd->cmds, 0, td->o.iodepth * sizeof(struct sgio_cmd)); in fio_sgio_init()