Searched defs:fio_flow (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dflow.c6 struct fio_flow { struct
18 struct fio_flow *flow = td->flow;
40 static struct fio_flow *flow_get(unsigned int id)
42 struct fio_flow *flow = NULL;
51 flow = flist_entry(n, struct fio_flow, list);
77 static void flow_put(struct fio_flow *flow)

Completed in 111 milliseconds