Lines Matching defs:kioctx
95 struct kioctx { struct
103 struct __percpu kioctx_cpu *cpu; argument
109 unsigned req_batch;
117 unsigned max_reqs;
120 unsigned nr_events;
122 unsigned long mmap_base;
123 unsigned long mmap_size;
125 struct page **ring_pages;
126 long nr_pages;
128 struct rcu_work free_rwork; /* see free_ioctx() */
133 struct ctx_rq_wait *rq_wait;
135 struct {
145 } ____cacheline_aligned_in_smp;
147 struct {
150 } ____cacheline_aligned_in_smp;
152 struct {
155 } ____cacheline_aligned_in_smp;
157 struct {
161 } ____cacheline_aligned_in_smp;
163 struct page *internal_pages[AIO_RING_PAGES];
164 struct file *aio_ring_file;
166 unsigned id;