Searched refs:pgd_dtor (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/frv/mm/ |
D | pgalloc.c | 129 void pgd_dtor(void *pgd) in pgd_dtor() function 146 quicklist_free(0, pgd_dtor, pgd); in pgd_free() 155 quicklist_trim(0, pgd_dtor, 25, 16); in check_pgt_cache()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | pgtable.c | 148 void pgd_dtor(void *pgd) in pgd_dtor() function 164 quicklist_free(0, pgd_dtor, pgd); in pgd_free() 173 quicklist_trim(0, pgd_dtor, 25, 16); in check_pgt_cache()
|
/linux-4.4.14/arch/x86/mm/ |
D | pgtable.c | 136 static void pgd_dtor(pgd_t *pgd) in pgd_dtor() function 397 pgd_dtor(pgd); in pgd_free()
|
/linux-4.4.14/arch/tile/mm/ |
D | pgtable.c | 205 static void pgd_dtor(pgd_t *pgd) in pgd_dtor() function 224 pgd_dtor(pgd); in pgd_free()
|