Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dio-optimize.h34 struct opio;
37 struct opio *head;
38 struct opio *tail;
41 struct opio { struct
48 struct opio *head; argument
49 struct opio *next; argument
56 struct opio *opios;
57 struct opio **free_opios;
A Dio-optimize.c94 static inline struct opio *
155 static struct opio *
158 struct opio *op; in opio_iocb_init()
176 static inline struct opio *
188 struct opio *ophead, *opio; in merge_tail() local
194 opio = opio_get(ctx, io); in merge_tail()
195 if (!opio) in merge_tail()
198 opio->head = ophead; in merge_tail()
222 struct opio *ophead; in io_merge()
248 struct opio *op, *next; in expand_iocb()
[all …]

Completed in 4 milliseconds