Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dio_uring.c236 unsigned nr_user_bufs; member
1177 if (unlikely(buf_index >= ctx->nr_user_bufs)) in io_import_fixed()
1180 index = array_index_nospec(buf_index, ctx->nr_user_bufs); in io_import_fixed()
3327 for (i = 0; i < ctx->nr_user_bufs; i++) { in io_sqe_buffer_unregister()
3341 ctx->nr_user_bufs = 0; in io_sqe_buffer_unregister()
3500 ctx->nr_user_bufs++; in io_sqe_buffer_register()