Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dmisc.c772 #define CIFS_AIO_KMALLOC_LIMIT (1024 * 1024) macro
796 if (max_pages * sizeof(struct bio_vec) <= CIFS_AIO_KMALLOC_LIMIT) in setup_aio_ctx_iter()
806 if (max_pages * sizeof(struct page *) <= CIFS_AIO_KMALLOC_LIMIT) in setup_aio_ctx_iter()