Searched refs:io_buffers_comp (Results 1 - 4 of 4) sorted by relevance

/linux-master/io_uring/
H A Dkbuf.h153 __io_put_kbuf_list(req, &req->ctx->io_buffers_comp);
H A Dkbuf.c81 * 2) The io_buffers_comp list. This one is protected by the
91 __io_put_kbuf_list(req, &ctx->io_buffers_comp);
399 if (!list_empty(&ctx->io_buffers_comp))
400 list_splice_init(&ctx->io_buffers_comp, &ctx->io_buffers_cache);
497 * add to ->io_buffers_comp. If we don't have any free buffers, check
500 if (!list_empty_careful(&ctx->io_buffers_comp)) {
502 if (!list_empty(&ctx->io_buffers_comp)) {
503 list_splice_init(&ctx->io_buffers_comp,
H A Dio_uring.c329 INIT_LIST_HEAD(&ctx->io_buffers_comp);
/linux-master/include/linux/
H A Dio_uring_types.h349 struct list_head io_buffers_comp; member in struct:io_ring_ctx

Completed in 167 milliseconds