Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c373 unsigned nr_user_bufs; member
3025 if (unlikely(buf_index >= ctx->nr_user_bufs)) in io_import_fixed()
3027 index = array_index_nospec(buf_index, ctx->nr_user_bufs); in io_import_fixed()
8816 for (i = 0; i < ctx->nr_user_bufs; i++) in __io_sqe_buffers_unregister()
8822 ctx->nr_user_bufs = 0; in __io_sqe_buffers_unregister()
8886 for (i = 0; i < ctx->nr_user_bufs; i++) { in headpage_already_acct()
9086 for (i = 0; i < nr_args; i++, ctx->nr_user_bufs++) { in io_sqe_buffers_register()
9127 if (up->offset + nr_args > ctx->nr_user_bufs) in __io_sqe_buffers_update()
9153 i = array_index_nospec(offset, ctx->nr_user_bufs); in __io_sqe_buffers_update()
10093 seq_printf(m, "UserBufs:\t%u\n", ctx->nr_user_bufs); in __io_uring_show_fdinfo()
[all …]