Searched refs:quicklist_free (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgalloc.h | 32 quicklist_free(0, NULL, pgd); in pgd_free() 49 quicklist_free(0, NULL, pud); in pud_free() 67 quicklist_free(0, NULL, pmd); in pmd_free() 95 quicklist_free(0, NULL, pg); in pte_alloc_one() 115 quicklist_free(0, NULL, pte); in pte_free_kernel()
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgalloc.h | 51 quicklist_free(QUICK_PGD, NULL, pgd); in pgd_free() 72 quicklist_free(QUICK_PT, NULL, pg); in pte_alloc_one() 81 quicklist_free(QUICK_PT, NULL, pte); in pte_free_kernel()
|
/linux-4.1.27/arch/sh/include/asm/ |
D | pgalloc.h | 51 quicklist_free(QUICK_PT, NULL, pg); in pte_alloc_one() 59 quicklist_free(QUICK_PT, NULL, pte); in pte_free_kernel()
|
/linux-4.1.27/include/linux/ |
D | quicklist.h | 67 static inline void quicklist_free(int nr, void (*dtor)(void *), void *pp) in quicklist_free() function
|
/linux-4.1.27/arch/frv/mm/ |
D | pgalloc.c | 146 quicklist_free(0, pgd_dtor, pgd); in pgd_free()
|
/linux-4.1.27/arch/mn10300/mm/ |
D | pgtable.c | 164 quicklist_free(0, pgd_dtor, pgd); in pgd_free()
|