Searched refs:quicklist_free (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/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() 112 quicklist_free(0, NULL, pte); in pte_free_kernel()
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | pgalloc_64.h | 24 quicklist_free(0, NULL, pgd); in pgd_free() 36 quicklist_free(0, NULL, pmd); in pmd_free() 61 quicklist_free(0, NULL, pte); in pte_free_kernel()
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | pgalloc.h | 51 quicklist_free(QUICK_PGD, NULL, pgd); in pgd_free() 78 quicklist_free(QUICK_PT, NULL, pte); in pte_free_kernel()
|
/linux-2.6.39/include/linux/ |
D | quicklist.h | 67 static inline void quicklist_free(int nr, void (*dtor)(void *), void *pp) in quicklist_free() function
|
/linux-2.6.39/arch/sh/include/asm/ |
D | pgalloc.h | 56 quicklist_free(QUICK_PT, NULL, pte); in pte_free_kernel()
|
/linux-2.6.39/arch/mn10300/mm/ |
D | pgtable.c | 160 quicklist_free(0, pgd_dtor, pgd); in pgd_free()
|
/linux-2.6.39/arch/frv/mm/ |
D | pgalloc.c | 148 quicklist_free(0, pgd_dtor, pgd); in pgd_free()
|