Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dmisc.c829 #define CIFS_AIO_KMALLOC_LIMIT (1024 * 1024) macro
853 if (array_size(max_pages, sizeof(*bv)) <= CIFS_AIO_KMALLOC_LIMIT) in setup_aio_ctx_iter()
862 if (array_size(max_pages, sizeof(*pages)) <= CIFS_AIO_KMALLOC_LIMIT) in setup_aio_ctx_iter()