Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dscatterlist.c748 static int sg_dma_page_count(struct scatterlist *sg) in sg_dma_page_count() function
763 while (piter->sg_pgoffset >= sg_dma_page_count(piter->sg)) { in __sg_page_iter_dma_next()
764 piter->sg_pgoffset -= sg_dma_page_count(piter->sg); in __sg_page_iter_dma_next()