Searched refs:free_page_and_swap_cache (Results 1 - 9 of 9) sorted by last modified time

/linux-master/mm/
H A Dswap_state.c299 void free_page_and_swap_cache(struct page *page) function
H A Dkhugepaged.c726 free_page_and_swap_cache(src_page);
H A Dhuge_memory.c2928 free_page_and_swap_cache(subpage);
/linux-master/include/linux/
H A Dswap.h453 void free_page_and_swap_cache(struct page *);
528 #define free_page_and_swap_cache(page) \ macro
/linux-master/arch/riscv/include/asm/
H A Dtlb.h26 free_page_and_swap_cache(table);
/linux-master/arch/s390/include/asm/
H A Dtlb.h44 * has already been freed, so just do free_page_and_swap_cache.
53 free_page_and_swap_cache(page);
/linux-master/arch/arm64/include/asm/
H A Dtlb.h16 free_page_and_swap_cache((struct page *)_table);
/linux-master/arch/arm/include/asm/
H A Dtlb.h34 free_page_and_swap_cache((struct page *)_table);
/linux-master/arch/x86/include/asm/
H A Dtlb.h34 free_page_and_swap_cache(table);

Completed in 410 milliseconds