Searched refs:io_buffers_cache (Results 1 – 3 of 3) sorted by relevance
96 __io_put_kbuf_list(req, len, &req->ctx->io_buffers_cache); in __io_put_kbuf()378 list_move(&nxt->list, &ctx->io_buffers_cache); in __io_remove_buffers()412 list_splice_init(&ctx->io_buffers_comp, &ctx->io_buffers_cache); in io_destroy_buffers()415 list_for_each_safe(item, tmp, &ctx->io_buffers_cache) { in io_destroy_buffers()516 &ctx->io_buffers_cache); in io_refill_buffer_cache()542 list_add_tail(&bufs[--allocated]->list, &ctx->io_buffers_cache); in io_refill_buffer_cache()555 if (list_empty(&ctx->io_buffers_cache) && in io_add_buffers()558 buf = list_first_entry(&ctx->io_buffers_cache, struct io_buffer, in io_add_buffers()
308 INIT_LIST_HEAD(&ctx->io_buffers_cache); in io_ring_ctx_alloc()
363 struct list_head io_buffers_cache; member