Home | History | Annotate | Download | only in ld.elf_so

Lines Matching defs:amt

181 	unsigned amt;
201 amt = sizeof(union overhead);
202 while (pagesz > amt) {
203 amt <<= 1;
216 amt = sizeof(union overhead) * 2;
219 amt = sizeof(union overhead); /* size of first bucket */
224 amt = pagesz;
227 while (nbytes > amt + n) {
228 amt <<= 1;
229 if (amt == 0)
269 size_t amt; /* amount to allocate */
281 amt = pagesz;
282 nblks = amt >> (bucket + 3);
284 amt = sz + pagesz;
287 if (amt > PAGEPOOL_SIZE)
288 if (morepages((amt >> pageshift) + NPOOLPAGES) == 0)
291 pagepool_start += amt;