Home
last modified time | relevance | path

Searched refs:high (Results 1 – 7 of 7) sorted by relevance

/mm/
Dusercopy.c80 unsigned long high) in overlaps() argument
86 if (check_low >= high || check_high <= low) in overlaps()
Dmemcontrol.c1843 if (page_counter_read(&memcg->memory) <= memcg->high) in reclaim_high()
2014 if (page_counter_read(&memcg->memory) > memcg->high) { in try_charge()
3670 unsigned long ceiling = min(memcg->memory.limit, memcg->high); in mem_cgroup_wb_stats()
4228 memcg->high = PAGE_COUNTER_MAX; in mem_cgroup_css_alloc()
4355 memcg->high = PAGE_COUNTER_MAX; in mem_cgroup_css_reset()
5076 unsigned long high = READ_ONCE(memcg->high); in memory_high_show() local
5078 if (high == PAGE_COUNTER_MAX) in memory_high_show()
5081 seq_printf(m, "%llu\n", (u64)high * PAGE_SIZE); in memory_high_show()
5091 unsigned long high; in memory_high_write() local
5095 err = page_counter_memparse(buf, "max", &high); in memory_high_write()
[all …]
Dpage_alloc.c1654 int low, int high, struct free_area *area, in expand() argument
1657 unsigned long size = 1 << high; in expand()
1659 while (high > low) { in expand()
1661 high--; in expand()
1671 if (set_page_guard(zone, &page[size], high, migratetype)) in expand()
1676 set_page_order(&page[size], high); in expand()
2490 if (pcp->count >= pcp->high) { in free_hot_cold_page()
4113 unsigned long high = high_wmark_pages(zone); in nr_free_zone_pages() local
4114 if (size > high) in nr_free_zone_pages()
4115 sum += size - high; in nr_free_zone_pages()
[all …]
Dnommu.c1898 pgoff_t low, high; in nommu_shrink_inode_mappings() local
1902 high = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in nommu_shrink_inode_mappings()
1908 vma_interval_tree_foreach(vma, &inode->i_mapping->i_mmap, low, high) { in nommu_shrink_inode_mappings()
DKconfig266 high order (larger physically contiguous) memory blocks
269 invocations for high order memory requests. You shouldn't
Dvmstat.c1417 pageset->pcp.high, in zoneinfo_show_print()
Dslab.c4176 unsigned long high = cachep->high_mark; in slabinfo_show_stats() local
4187 allocs, high, grown, in slabinfo_show_stats()