Lines Matching defs:nxt
1052 struct io_kiocb *nxt;1062 nxt = req->link;1064 return nxt;1433 struct io_kiocb *nxt = io_req_find_next(req);1435 if (nxt)1436 io_req_task_queue(nxt);1839 struct io_kiocb *nxt = NULL;1843 nxt = io_req_find_next(req);1846 return nxt ? &nxt->work : NULL;