Home
last modified time | relevance | path

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

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