Searched refs:adjust_present_page_count (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/base/ |
H A D | memory.c | 230 adjust_present_page_count(pfn_to_page(start_pfn), mem->group, in memory_block_online() 261 adjust_present_page_count(pfn_to_page(start_pfn), mem->group, in memory_block_offline() 269 adjust_present_page_count(pfn_to_page(start_pfn), in memory_block_offline()
|
/openbmc/linux/include/linux/ |
H A D | memory_hotplug.h | 152 extern void adjust_present_page_count(struct page *page,
|
/openbmc/linux/mm/ |
H A D | memory_hotplug.c | 1067 void adjust_present_page_count(struct page *page, struct memory_group *group, in adjust_present_page_count() function 1189 adjust_present_page_count(pfn_to_page(pfn), group, nr_pages); in online_pages() 2013 adjust_present_page_count(pfn_to_page(start_pfn), group, -nr_pages); in offline_pages()
|