Lines Matching defs:memory
90 * (Ensure that all memory it bound is unbound.)
115 long memory, index, result;
118 memory = totalram_pages() >> (20 - PAGE_SHIFT);
120 memory = totalram_pages() << (PAGE_SHIFT - 20);
124 while ((memory > maxes_table[index].mem) && (index < 8))
128 ( (memory - maxes_table[index - 1].mem) *
149 "can't get memory for scratch page\n");
168 "can't get memory for graphics translation table\n");
177 "can't allocate memory for key lists\n");
183 /* FIXME vmalloc'd memory not guaranteed contiguous */