Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dkbuf.c121 cflags = __io_put_kbuf_list(req, &req->ctx->io_buffers_cache); in __io_put_kbuf()
268 list_move(&nxt->list, &ctx->io_buffers_cache); in __io_remove_buffers()
398 &ctx->io_buffers_cache); in io_refill_buffer_cache()
418 list_add_tail(&buf->list, &ctx->io_buffers_cache); in io_refill_buffer_cache()
434 if (list_empty(&ctx->io_buffers_cache) && in io_add_buffers()
437 buf = list_first_entry(&ctx->io_buffers_cache, struct io_buffer, in io_add_buffers()
H A Dio_uring.c314 INIT_LIST_HEAD(&ctx->io_buffers_cache); in io_ring_ctx_alloc()
/openbmc/linux/include/linux/
H A Dio_uring_types.h327 struct list_head io_buffers_cache; member