Lines Matching defs:kioctx
179 struct kioctx { struct
180 atomic_t users;
181 int dead;
182 struct mm_struct *mm;
185 unsigned long user_id;
186 struct hlist_node list;
188 wait_queue_head_t wait;
190 spinlock_t ctx_lock;
192 int reqs_active;
193 struct list_head active_reqs; /* used for cancellation */
194 struct list_head run_list; /* used for kicked reqs */
197 unsigned max_reqs;
199 struct aio_ring_info ring_info;
201 struct delayed_work wq;
203 struct rcu_head rcu_head;