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

/linux-master/io_uring/
H A Dkbuf.c94 * 2) The io_buffers_comp list. This one is protected by the
104 __io_put_kbuf_list(req, &ctx->io_buffers_comp);
293 if (!list_empty(&ctx->io_buffers_comp))
294 list_splice_init(&ctx->io_buffers_comp, &ctx->io_buffers_cache);
391 * add to ->io_buffers_comp. If we don't have any free buffers, check
394 if (!list_empty_careful(&ctx->io_buffers_comp)) {
396 if (!list_empty(&ctx->io_buffers_comp)) {
397 list_splice_init(&ctx->io_buffers_comp,
H A Dkbuf.h134 __io_put_kbuf_list(req, &req->ctx->io_buffers_comp);
H A Dio_uring.c332 INIT_LIST_HEAD(&ctx->io_buffers_comp);
/linux-master/include/linux/
H A Dio_uring_types.h352 struct list_head io_buffers_comp; member in struct:io_ring_ctx

Completed in 138 milliseconds