Searched refs:MAX_ORDER_NR_PAGES (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/mm/ |
D | page_ext.c | 209 MAX_ORDER_NR_PAGES); in lookup_page_ext() 228 if (!IS_ALIGNED(node_start_pfn(nid), MAX_ORDER_NR_PAGES) || in alloc_node_page_ext() 229 !IS_ALIGNED(node_end_pfn(nid), MAX_ORDER_NR_PAGES)) in alloc_node_page_ext() 230 nr_pages += MAX_ORDER_NR_PAGES; in alloc_node_page_ext()
|
D | page_owner.c | 296 pfn = ALIGN(pfn + 1, MAX_ORDER_NR_PAGES); in pagetypeinfo_showmixedcount_print() 524 while (!pfn_valid(pfn) && (pfn & (MAX_ORDER_NR_PAGES - 1)) != 0) in read_page_owner() 541 if ((pfn & (MAX_ORDER_NR_PAGES - 1)) == 0 && !pfn_valid(pfn)) { in read_page_owner() 542 pfn += MAX_ORDER_NR_PAGES - 1; in read_page_owner() 634 pfn = ALIGN(pfn + 1, MAX_ORDER_NR_PAGES); in init_pages_in_zone()
|
D | debug.c | 65 if (page < head || (page >= head + MAX_ORDER_NR_PAGES)) { in __dump_page()
|
D | page_isolation.c | 329 start_pfn = max(ALIGN_DOWN(isolate_pageblock, MAX_ORDER_NR_PAGES), in isolate_single_pageblock()
|
D | page_alloc.c | 2040 unsigned long mo_pfn = ALIGN(*start_pfn + 1, MAX_ORDER_NR_PAGES); in deferred_init_maxorder() 7862 start = pgdat->node_start_pfn & ~(MAX_ORDER_NR_PAGES - 1); in alloc_node_mem_map() 7875 end = ALIGN(end, MAX_ORDER_NR_PAGES); in alloc_node_mem_map() 8128 roundup(required_movablecore, MAX_ORDER_NR_PAGES); in find_zone_movable_pfns_for_nodes() 8239 roundup(zone_movable_pfn[nid], MAX_ORDER_NR_PAGES); in find_zone_movable_pfns_for_nodes()
|
D | memory.c | 5731 if (unlikely(pages_per_huge_page > MAX_ORDER_NR_PAGES)) { in clear_huge_page() 5783 if (unlikely(pages_per_huge_page > MAX_ORDER_NR_PAGES)) { in copy_user_huge_page()
|
/Linux-v6.1/drivers/s390/char/ |
D | hmcdrv_cache.h | 15 #define HMCDRV_CACHE_SIZE_DFLT (MAX_ORDER_NR_PAGES * PAGE_SIZE / 2UL)
|
/Linux-v6.1/tools/testing/memblock/linux/ |
D | mmzone.h | 21 #define MAX_ORDER_NR_PAGES (1 << (MAX_ORDER - 1)) macro
|
/Linux-v6.1/kernel/dma/ |
D | pool.c | 197 pages = min_t(unsigned long, pages, MAX_ORDER_NR_PAGES); in dma_atomic_pool_init()
|
/Linux-v6.1/fs/proc/ |
D | kcore.c | 494 if (page_offline_frozen++ % MAX_ORDER_NR_PAGES == 0) { in read_kcore()
|
/Linux-v6.1/drivers/md/bcache/ |
D | bcache.h | 773 MAX_ORDER_NR_PAGES); in meta_bucket_pages()
|
/Linux-v6.1/mm/kfence/ |
D | core.c | 881 if (nr_pages > MAX_ORDER_NR_PAGES) { in kfence_init_late()
|
/Linux-v6.1/include/linux/ |
D | mmzone.h | 32 #define MAX_ORDER_NR_PAGES (1 << (MAX_ORDER - 1)) macro
|
/Linux-v6.1/drivers/nvme/host/ |
D | pci.c | 2091 u64 min_chunk = min_t(u64, preferred, PAGE_SIZE * MAX_ORDER_NR_PAGES); in nvme_alloc_host_mem()
|