Lines Matching refs:pgs
1012 unsigned int end = folio_size(folio), split = 0, cur, pgs;
1030 pgs = round_down(cur, PAGE_SIZE);
1054 pgs = round_down(end - 1, PAGE_SIZE);
1064 if (cur <= pgs) {
1066 cur = pgs;
1070 .page = folio_page(folio, pgs >> PAGE_SHIFT),
1071 .offset = offset + pgs - map->m_la,
1072 .end = end - pgs, }), excl);
1088 if (cur <= pgs) {
1089 split = cur < pgs;