Searched defs:high (Results 1 - 3 of 3) sorted by relevance

/mm/
H A Dnommu.c2050 pgoff_t low, high; local
2054 high = (size + PAGE_SIZE - 1) >> PAGE_SHIFT;
2061 low, high) {
H A Dslab.c2086 * high order pages for slabs. When the gfp() functions are more friendly
2087 * towards high-order requests, this should be changed.
4324 unsigned long high = cachep->high_mark; local
4336 allocs, high, grown,
H A Dpage_alloc.c156 * 1G machine -> (16M dma, 800M-16M normal, 1G-800M high)
157 * 1G machine -> (16M dma, 784M normal, 224M high)
509 * At a high level, all that happens here is marking the table entry
769 int low, int high, struct free_area *area,
772 unsigned long size = 1 << high;
774 while (high > low) {
776 high--;
781 if (high < debug_guardpage_minorder()) {
790 set_page_private(&page[size], high);
792 __mod_zone_page_state(zone, NR_FREE_PAGES, -(1 << high));
768 expand(struct zone *zone, struct page *page, int low, int high, struct free_area *area, int migratetype) argument
2566 unsigned long high = high_wmark_pages(zone); local
3709 setup_pagelist_highmark(struct per_cpu_pageset *p, unsigned long high) argument
5167 unsigned long high; local
[all...]

Completed in 122 milliseconds