Searched refs:__io_remove_buffers (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | kbuf.c | 254 static int __io_remove_buffers(struct io_ring_ctx *ctx, in __io_remove_buffers() function 313 __io_remove_buffers(ctx, &ctx->io_bl[i], -1U); in io_destroy_buffers() 318 __io_remove_buffers(ctx, bl, -1U); in io_destroy_buffers() 365 ret = __io_remove_buffers(ctx, bl, p->nbufs); in io_remove_buffers() 732 __io_remove_buffers(ctx, bl, -1U); in io_unregister_pbuf_ring()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 4317 static int __io_remove_buffers(struct io_ring_ctx *ctx, struct io_buffer *buf, in __io_remove_buffers() function 4359 ret = __io_remove_buffers(ctx, head, p->bgid, p->nbufs); in io_remove_buffers() 4451 __io_remove_buffers(ctx, head, p->bgid, -1U); in io_provide_buffers() 9331 __io_remove_buffers(ctx, buf, index, -1U); in io_destroy_buffers()
|
Completed in 15 milliseconds