Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dscatterlist.c717 static int sg_dma_page_count(struct scatterlist *sg) in sg_dma_page_count() function
732 while (piter->sg_pgoffset >= sg_dma_page_count(piter->sg)) { in __sg_page_iter_dma_next()
733 piter->sg_pgoffset -= sg_dma_page_count(piter->sg); in __sg_page_iter_dma_next()
/kernel/linux/linux-6.6/lib/
H A Dscatterlist.c761 static int sg_dma_page_count(struct scatterlist *sg) in sg_dma_page_count() function
776 while (piter->sg_pgoffset >= sg_dma_page_count(piter->sg)) { in __sg_page_iter_dma_next()
777 piter->sg_pgoffset -= sg_dma_page_count(piter->sg); in __sg_page_iter_dma_next()

Completed in 4 milliseconds