Searched refs:ioctx (Results 1 – 1 of 1) sorted by relevance
1057 static int aio_read_evt(struct kioctx *ioctx, struct io_event *ent) in aio_read_evt() argument1059 struct aio_ring_info *info = &ioctx->ring_info; in aio_read_evt()1249 static void io_destroy(struct kioctx *ioctx) in io_destroy() argument1256 was_dead = ioctx->dead; in io_destroy()1257 ioctx->dead = 1; in io_destroy()1258 hlist_del_rcu(&ioctx->list); in io_destroy()1261 dprintk("aio_release(%p)\n", ioctx); in io_destroy()1263 put_ioctx(ioctx); /* twice for the list */ in io_destroy()1265 aio_cancel_all(ioctx); in io_destroy()1266 wait_for_all_aios(ioctx); in io_destroy()[all …]