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

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h61 unsigned int sg_pgoffset; member in struct:sg_page_iter
384 piter->sg_pgoffset = pgoffset;
396 ++iter->sg_pgoffset;
397 while (iter->sg_pgoffset >= pgcount) {
398 iter->sg_pgoffset -= pgcount;
426 piter->sg_pgoffset += piter->internal.pg_advance;
431 if (likely(piter->sg_pgoffset < pgcount))
433 piter->sg_pgoffset -= pgcount;
451 iter->sg_pgoffset = pgoffset - 1;
456 iter->sg_pgoffset
[all...]

Completed in 161 milliseconds