Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/linux/
H A Dscatterlist.h273 sg_page_count(struct scatterlist *sg) in sg_page_count() function
289 while (piter->sg_pgoffset >= sg_page_count(piter->sg)) { in __sg_page_iter_next()
290 piter->sg_pgoffset -= sg_page_count(piter->sg); in __sg_page_iter_next()