Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dmisc.c833 #define CIFS_AIO_KMALLOC_LIMIT (1024 * 1024) macro
857 if (array_size(max_pages, sizeof(*bv)) <= CIFS_AIO_KMALLOC_LIMIT) in setup_aio_ctx_iter()
866 if (array_size(max_pages, sizeof(*pages)) <= CIFS_AIO_KMALLOC_LIMIT) in setup_aio_ctx_iter()