Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c373 unsigned nr_user_bufs; member
2970 if (unlikely(req->buf_index >= ctx->nr_user_bufs)) in io_prep_rw()
2972 index = array_index_nospec(req->buf_index, ctx->nr_user_bufs); in io_prep_rw()
8765 for (i = 0; i < ctx->nr_user_bufs; i++) in __io_sqe_buffers_unregister()
8771 ctx->nr_user_bufs = 0; in __io_sqe_buffers_unregister()
8776 unsigned nr = ctx->nr_user_bufs; in io_sqe_buffers_unregister()
8786 ctx->nr_user_bufs = 0; in io_sqe_buffers_unregister()
8788 ctx->nr_user_bufs = nr; in io_sqe_buffers_unregister()
8842 for (i = 0; i < ctx->nr_user_bufs; i++) { in headpage_already_acct()
9042 for (i = 0; i < nr_args; i++, ctx->nr_user_bufs++) { in io_sqe_buffers_register()
[all …]