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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h389 unsigned int pgcount; local
392 pgcount = (sg->offset + sg->length + PAGE_SIZE - 1) >> PAGE_SHIFT;
395 while (iter->sg_pgoffset >= pgcount) {
396 iter->sg_pgoffset -= pgcount;
401 pgcount = (sg->offset + sg->length + PAGE_SIZE - 1) >> PAGE_SHIFT;
417 unsigned int pgcount; local
428 pgcount = sg_page_count(piter->sg);
429 if (likely(piter->sg_pgoffset < pgcount))
431 piter->sg_pgoffset -= pgcount;

Completed in 89 milliseconds