Lines Matching defs:kioctx
96 struct kioctx { struct
104 struct __percpu kioctx_cpu *cpu; argument
110 unsigned req_batch;
118 unsigned max_reqs;
121 unsigned nr_events;
123 unsigned long mmap_base;
124 unsigned long mmap_size;
126 struct page **ring_pages;
127 long nr_pages;
129 struct rcu_work free_rwork; /* see free_ioctx() */
134 struct ctx_rq_wait *rq_wait;
136 struct {
146 } ____cacheline_aligned_in_smp;
148 struct {
151 } ____cacheline_aligned_in_smp;
153 struct {
156 } ____cacheline_aligned_in_smp;
158 struct {
162 } ____cacheline_aligned_in_smp;
164 struct page *internal_pages[AIO_RING_PAGES];
165 struct file *aio_ring_file;
167 unsigned id;