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

/linux-master/io_uring/
H A Dkbuf.c91 * 1) The io_buffers_cache list. This one is protected by the
109 __io_put_kbuf_list(req, &req->ctx->io_buffers_cache);
253 /* protects io_buffers_cache */
260 list_move(&nxt->list, &ctx->io_buffers_cache);
294 list_splice_init(&ctx->io_buffers_comp, &ctx->io_buffers_cache);
297 list_for_each_safe(item, tmp, &ctx->io_buffers_cache) {
398 &ctx->io_buffers_cache);
424 list_add_tail(&bufs[--allocated]->list, &ctx->io_buffers_cache);
437 if (list_empty(&ctx->io_buffers_cache) &&
440 buf = list_first_entry(&ctx->io_buffers_cache, struc
[all...]
H A Dio_uring.c314 INIT_LIST_HEAD(&ctx->io_buffers_cache);
/linux-master/include/linux/
H A Dio_uring_types.h372 struct list_head io_buffers_cache; member in struct:io_ring_ctx

Completed in 106 milliseconds