Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dmisc.c836 #define CIFS_AIO_KMALLOC_LIMIT (1024 * 1024) macro
860 if (max_pages * sizeof(struct bio_vec) <= CIFS_AIO_KMALLOC_LIMIT) in setup_aio_ctx_iter()
870 if (max_pages * sizeof(struct page *) <= CIFS_AIO_KMALLOC_LIMIT) in setup_aio_ctx_iter()