Lines Matching defs:nxt
1139 struct io_kiocb *nxt;1149 nxt = req->link;1151 return nxt;1482 struct io_kiocb *nxt = io_req_find_next(req);1484 if (nxt)1485 io_req_task_queue(nxt);1888 struct io_kiocb *nxt = NULL;1892 nxt = io_req_find_next(req);1895 return nxt ? &nxt->work : NULL;