Lines Matching refs:nr_user_bufs
410 if (up->offset + nr_args > ctx->nr_user_bufs) in __io_sqe_buffers_update()
438 i = array_index_nospec(up->offset + done, ctx->nr_user_bufs); in __io_sqe_buffers_update()
763 for (i = 0; i < ctx->nr_user_bufs; i++) in __io_sqe_buffers_unregister()
769 ctx->nr_user_bufs = 0; in __io_sqe_buffers_unregister()
774 unsigned nr = ctx->nr_user_bufs; in io_sqe_buffers_unregister()
784 ctx->nr_user_bufs = 0; in io_sqe_buffers_unregister()
786 ctx->nr_user_bufs = nr; in io_sqe_buffers_unregister()
815 for (i = 0; i < ctx->nr_user_bufs; i++) { in headpage_already_acct()
1052 for (i = 0; i < nr_args; i++, ctx->nr_user_bufs++) { in io_sqe_buffers_register()
1164 nbufs = src_ctx->nr_user_bufs; in io_clone_buffers()
1190 ctx->nr_user_bufs = nbufs; in io_clone_buffers()
1222 if (ctx->user_bufs || ctx->nr_user_bufs) in io_register_clone_buffers()