Lines Matching refs:nr_tables
6971 unsigned nr_tables, i; in io_sqe_files_unregister() local
6989 nr_tables = DIV_ROUND_UP(ctx->nr_user_files, IORING_MAX_FILES_TABLE); in io_sqe_files_unregister()
6990 for (i = 0; i < nr_tables; i++) in io_sqe_files_unregister()
7221 unsigned nr_tables, unsigned nr_files) in io_sqe_alloc_file_tables() argument
7225 for (i = 0; i < nr_tables; i++) { in io_sqe_alloc_file_tables()
7237 if (i == nr_tables) in io_sqe_alloc_file_tables()
7240 for (i = 0; i < nr_tables; i++) { in io_sqe_alloc_file_tables()
7415 unsigned nr_tables, i; in io_sqe_files_register() local
7436 nr_tables = DIV_ROUND_UP(nr_args, IORING_MAX_FILES_TABLE); in io_sqe_files_register()
7437 file_data->table = kcalloc(nr_tables, sizeof(*file_data->table), in io_sqe_files_register()
7446 if (io_sqe_alloc_file_tables(file_data, nr_tables, nr_args)) in io_sqe_files_register()
7507 for (i = 0; i < nr_tables; i++) in io_sqe_files_register()