Lines Matching defs:fcount
856 psize_t fcount; /* Current found pages. */
985 fcount = 0;
994 fcount += uvm_pmr_get1page(count - fcount, memtype_init,
1003 if (fcount == count)
1074 fcount -=
1089 if (fend - fstart > count - fcount)
1090 fend = fstart + (count - fcount);
1092 fcount += fend - fstart;
1097 if (fcount == count)
1168 fcount = 0;
1199 uvmexp.free -= fcount;
1206 fcount = 0;
1241 * Update fcount (# found pages) and
1252 fcount++;
1262 if (fcount != count || fnsegs > maxseg) {
1266 fcount, fnsegs, count, maxseg);
1883 psize_t fcount;
1886 fcount = 0;
1889 if (fcount == count)
1903 while (fcount != count) {
1997 while (found->fpgsz > 0 && fcount < count &&
2002 fcount++;
2008 KDASSERT(fcount == count);
2010 return fcount;
2037 * case where found->fpgsz == count - fcount, in which case the
2042 return fcount;