Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dblkdev.h64 struct io_context *ioc;
80 void (*dtor)(struct io_context *); /* destructor */
81 void (*exit)(struct io_context *); /* called on task exit */
89 struct io_context { struct
93 int (*set_ioprio)(struct io_context *, unsigned int); argument
105 void put_io_context(struct io_context *ioc); argument
107 struct io_context *current_io_context(gfp_t gfp_flags);
108 struct io_context *get_io_context(gfp_t gfp_flags);
109 void copy_io_context(struct io_context **pdst, struct io_context **psrc);
110 void swap_io_context(struct io_context **ioc1, struct io_context **ioc2);
Delevator.h51 void (*trim)(struct io_context *);
Dsched.h711 struct io_context; /* See blkdev.h */
954 struct io_context *io_context; member