Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Duio.h388 #define ITER_ALLOW_P2PDMA ((__force iov_iter_extraction_t)0x01) macro
/linux-6.15/block/
H A Dbio.c1175 extraction_flags |= ITER_ALLOW_P2PDMA; in __bio_iov_iter_get_pages()
/linux-6.15/lib/
H A Diov_iter.c1838 if (extraction_flags & ITER_ALLOW_P2PDMA) in iov_iter_extract_user_pages()