Searched defs:async_list (Results 1 – 1 of 1) sorted by relevance
165 struct async_list { struct166 spinlock_t lock;167 atomic_t cnt;168 struct list_head list;170 struct file *file;171 off_t io_start;172 size_t io_len;1306 struct async_list *async_list = &req->ctx->pending_async[rw]; in io_async_list_note() local2173 struct async_list *async_list; in io_sq_wq_submit_work() local