Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 1 of 1) sorted by relevance

/io_uring/
Dio_uring.c1298 struct io_kiocb *req, *tmp; in io_fallback_req_func() local
1302 llist_for_each_entry_safe(req, tmp, node, io_task_work.fallback_node) in io_fallback_req_func()
1552 struct io_kiocb *req, *tmp; in io_flush_timeouts() local
1555 list_for_each_entry_safe(req, tmp, &ctx->timeout_list, timeout.list) { in io_flush_timeouts()
2559 struct io_kiocb *req, *tmp; in io_do_iopoll() local
2569 list_for_each_entry_safe(req, tmp, &ctx->iopoll_list, inflight_entry) { in io_do_iopoll()
4311 u64 tmp; in io_remove_buffers_prep() local
4317 tmp = READ_ONCE(sqe->fd); in io_remove_buffers_prep()
4318 if (!tmp || tmp > USHRT_MAX) in io_remove_buffers_prep()
4322 p->nbufs = tmp; in io_remove_buffers_prep()
[all …]