Lines Matching defs:ms
1109 mem_stripe_t *ms;
1168 ms = &mem_stripes[i * max_locality_groups + mnode];
1169 if (ms->exists && (pfn + szcpgcnt - 1) <= ms->physmax &&
1170 (P2ROUNDUP(ms->physbase, szcpgcnt) + szcpgcnt - 1) <=
1171 ms->physmax)
1183 base = ms->physbase;
1184 end = ms->physmax;
1214 mem_stripe_t *ms;
1252 ms = &mem_stripes[i];
1253 if (ms->exists &&
1254 test_base <= (end = ms->physmax) &&
1255 test_end >= (base = ms->physbase)) {
1257 offset = ms->offset;
1465 mem_stripe_t *ms = NULL;
1486 ms = (mem_stripe_t *)(mb + nmblocks);
1490 ms = &small_mem_stripes[0];
1508 ms = (mem_stripe_t *)(mb + nmblocks);
1512 mc->mc_stripes = ms;
1781 mem_stripe_t *ms;
1853 ms = &mc->mc_stripes[i * max_locality_groups + mnode];
1854 ms->physbase = btop(base);
1855 ms->physmax = btop(end - 1 - remove);
1856 ms->offset = btop(offset);
1857 ms->exists = 1;
1891 mem_stripe_t *ms;
1910 ms = &mc->mc_stripes[j];
1911 if (!ms->exists)
1914 base = ms->physbase;
1915 end = ms->physmax;