Searched refs:endfrom (Results 1 – 7 of 7) sorted by relevance
152 int endfrom; in _mcleanup() local167 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()168 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) { in _mcleanup()
203 int endfrom; in _mcleanup() local219 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()220 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) { in _mcleanup()
210 int endfrom; in _mcleanup() local226 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()227 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) { in _mcleanup()
175 int endfrom; in _mcleanup() local214 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()215 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) { in _mcleanup()
174 int endfrom; in _mcleanup() local213 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()214 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) { in _mcleanup()
141 int endfrom; in _mcleanup() local243 endfrom = p->fromssize / sizeof(*p->froms); in _mcleanup()244 for (fromindex = 0; fromindex < endfrom; fromindex++) { in _mcleanup()
311 int fromindex, endfrom, toindex; in dumpstate() local397 endfrom = kvp->gpm.fromssize / sizeof(*froms); in dumpstate()398 for (fromindex = 0; fromindex < endfrom; ++fromindex) { in dumpstate()