Home
last modified time | relevance | path

Searched refs:for_each_online_pgdat (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/memblock/linux/
H A Dmmzone.h11 #define for_each_online_pgdat(pgdat) \ macro
/linux/tools/testing/vma/linux/
H A Dmmzone.h11 #define for_each_online_pgdat(pgdat) \ macro
/linux/mm/
H A Dshow_mem.c226 for_each_online_pgdat(pgdat) { in show_free_areas()
H A Dvmstat.c283 for_each_online_pgdat(pgdat) { in refresh_zone_stat_thresholds()
876 for_each_online_pgdat(pgdat) { in refresh_cpu_vm_stats()
935 for_each_online_pgdat(pgdat) { in cpu_vm_stats_fold()
H A Dpage_alloc.c6089 for_each_online_pgdat(pgdat) in setup_per_cpu_pageset()
6229 for_each_online_pgdat(pgdat) { in calculate_totalreserve_pages()
6270 for_each_online_pgdat(pgdat) { in setup_per_zone_lowmem_reserve()
6484 for_each_online_pgdat(pgdat) in setup_min_unmapped_ratio()
6512 for_each_online_pgdat(pgdat) in setup_min_slab_ratio()
7320 for_each_online_pgdat(pgdat) { in has_managed_dma()
H A Dmemcontrol-v1.c1930 for_each_online_pgdat(pgdat) { in memcg1_stat_format()
H A Dmemblock.c2386 for_each_online_pgdat(pgdat) in reset_all_zones_managed_pages()
/linux/
H A D.clang-format393 - 'for_each_online_pgdat'
/linux/include/linux/
H A Dmmzone.h1659 * for_each_online_pgdat - helper macro to iterate over all online nodes
1662 #define for_each_online_pgdat(pgdat) \ macro