Searched refs:free_hot_cold_page (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/powerpc/mm/ |
D | mmu_context_hash64.c | 124 free_hot_cold_page(page, 0); in destroy_pagetable_page()
|
D | pgtable_64.c | 431 free_hot_cold_page(page, 0); in page_table_free() 441 free_hot_cold_page(page, 0); in page_table_free_rcu() 475 free_hot_cold_page(page, 0); in pgtable_free_tlb()
|
/linux-4.4.14/arch/tile/mm/ |
D | homecache.c | 412 free_hot_cold_page(page, false); in __homecache_free_pages()
|
/linux-4.4.14/include/linux/ |
D | gfp.h | 491 extern void free_hot_cold_page(struct page *page, bool cold);
|
/linux-4.4.14/mm/ |
D | swap.c | 73 free_hot_cold_page(page, false); in __put_single_page()
|
D | page_alloc.c | 2044 void free_hot_cold_page(struct page *page, bool cold) in free_hot_cold_page() function 2100 free_hot_cold_page(page, cold); in free_hot_cold_page_list() 3307 free_hot_cold_page(page, false); in __free_pages()
|
/linux-4.4.14/arch/sparc/mm/ |
D | init_64.c | 2722 free_hot_cold_page(page, 0); in pte_alloc_one()
|