Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c8405 unsigned left, total; in io_sqe_files_scm() local
8408 total = 0; in io_sqe_files_scm()
8413 ret = __io_sqe_files_scm(ctx, this_files, total); in io_sqe_files_scm()
8417 total += this_files; in io_sqe_files_scm()
8423 while (total < ctx->nr_user_files) { in io_sqe_files_scm()
8424 struct file *file = io_file_from_index(ctx, total); in io_sqe_files_scm()
8428 total++; in io_sqe_files_scm()