Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c373 unsigned nr_user_bufs; member
3025 if (unlikely(req->buf_index >= ctx->nr_user_bufs)) in io_prep_rw()
3027 index = array_index_nospec(req->buf_index, ctx->nr_user_bufs); in io_prep_rw()
9100 for (i = 0; i < ctx->nr_user_bufs; i++) in __io_sqe_buffers_unregister()
9106 ctx->nr_user_bufs = 0; in __io_sqe_buffers_unregister()
9111 unsigned nr = ctx->nr_user_bufs; in io_sqe_buffers_unregister()
9121 ctx->nr_user_bufs = 0; in io_sqe_buffers_unregister()
9123 ctx->nr_user_bufs = nr; in io_sqe_buffers_unregister()
9177 for (i = 0; i < ctx->nr_user_bufs; i++) { in headpage_already_acct()
9380 for (i = 0; i < nr_args; i++, ctx->nr_user_bufs++) { in io_sqe_buffers_register()
[all …]