Lines Matching defs:kioctx
97 struct kioctx { struct
105 struct __percpu kioctx_cpu *cpu; argument
111 unsigned req_batch;
119 unsigned max_reqs;
122 unsigned nr_events;
124 unsigned long mmap_base;
125 unsigned long mmap_size;
127 struct page **ring_pages;
128 long nr_pages;
130 struct rcu_work free_rwork; /* see free_ioctx() */
135 struct ctx_rq_wait *rq_wait;
137 struct {
147 } ____cacheline_aligned_in_smp;
149 struct {
152 } ____cacheline_aligned_in_smp;
154 struct {
157 } ____cacheline_aligned_in_smp;
159 struct {
163 } ____cacheline_aligned_in_smp;
165 struct page *internal_pages[AIO_RING_PAGES];
166 struct file *aio_ring_file;
168 unsigned id;