Searched refs:__absent_pages_in_range (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/loongarch/kernel/ |
H A D | numa.c | 244 numaram -= __absent_pages_in_range(mi->blk[i].nid, s, e); in numa_meminfo_cover_memory()
|
/openbmc/linux/mm/ |
H A D | mm_init.c | 1146 unsigned long __init __absent_pages_in_range(int nid, in __absent_pages_in_range() function 1172 return __absent_pages_in_range(MAX_NUMNODES, start_pfn, end_pfn); in absent_pages_in_range() 1187 nr_absent = __absent_pages_in_range(nid, zone_start_pfn, zone_end_pfn); in zone_absent_pages_in_node()
|
/openbmc/linux/arch/x86/mm/ |
H A D | numa.c | 465 numaram -= __absent_pages_in_range(mi->blk[i].nid, s, e); in numa_meminfo_cover_memory()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 3147 unsigned long __absent_pages_in_range(int nid, unsigned long start_pfn,
|