Lines Matching defs:kioctx
85 struct kioctx { struct
93 struct __percpu kioctx_cpu *cpu; argument
99 unsigned req_batch;
107 unsigned max_reqs;
110 unsigned nr_events;
112 unsigned long mmap_base;
113 unsigned long mmap_size;
115 struct page **ring_pages;
116 long nr_pages;
118 struct work_struct free_work;
123 struct ctx_rq_wait *rq_wait;
125 struct {
135 } ____cacheline_aligned_in_smp;
137 struct {
140 } ____cacheline_aligned_in_smp;
142 struct {
145 } ____cacheline_aligned_in_smp;
147 struct {
151 } ____cacheline_aligned_in_smp;
175 struct kioctx *ki_ctx; argument