Searched refs:free_hot_cold_page (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/powerpc/mm/ |
D | mmu_context_hash64.c | 121 free_hot_cold_page(page, 0); in destroy_pagetable_page()
|
D | pgtable_64.c | 441 free_hot_cold_page(page, 0); in page_table_free() 451 free_hot_cold_page(page, 0); in page_table_free_rcu() 485 free_hot_cold_page(page, 0); in pgtable_free_tlb()
|
/linux-4.1.27/arch/tile/mm/ |
D | homecache.c | 412 free_hot_cold_page(page, false); in __homecache_free_pages()
|
/linux-4.1.27/include/linux/ |
D | gfp.h | 368 extern void free_hot_cold_page(struct page *page, bool cold);
|
/linux-4.1.27/mm/ |
D | swap.c | 72 free_hot_cold_page(page, false); in __put_single_page()
|
D | page_alloc.c | 1563 void free_hot_cold_page(struct page *page, bool cold) in free_hot_cold_page() function 1619 free_hot_cold_page(page, cold); in free_hot_cold_page_list() 2979 free_hot_cold_page(page, false); in __free_pages()
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 2663 free_hot_cold_page(page, 0); in pte_alloc_one()
|