Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dmisc.c986 #define CIFS_AIO_KMALLOC_LIMIT (1024 * 1024) macro
1010 if (array_size(max_pages, sizeof(*bv)) <= CIFS_AIO_KMALLOC_LIMIT) in setup_aio_ctx_iter()
1019 if (array_size(max_pages, sizeof(*pages)) <= CIFS_AIO_KMALLOC_LIMIT) in setup_aio_ctx_iter()