Searched defs:kioctx (Results 1 – 2 of 2) sorted by relevance
179 struct kioctx { struct180 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 */[all …]
231 static inline int try_get_ioctx(struct kioctx *kioctx) in try_get_ioctx()236 static inline void put_ioctx(struct kioctx *kioctx) in put_ioctx()