Searched refs:opio (Results 1 – 2 of 2) sorted by relevance
34 struct opio;37 struct opio *head;38 struct opio *tail;41 struct opio { struct48 struct opio *head; argument49 struct opio *next; argument56 struct opio *opios;57 struct opio **free_opios;
94 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() local194 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