Searched refs:QUICK_PGD (Results 1 – 2 of 2) sorted by relevance
/arch/sh/include/asm/ |
D | pgalloc.h | 7 #define QUICK_PGD 0 /* We preserve special mappings over free */ macro 37 return quicklist_alloc(QUICK_PGD, GFP_KERNEL | __GFP_REPEAT, pgd_ctor); in pgd_alloc() 42 quicklist_free(QUICK_PGD, NULL, pgd); in pgd_free() 92 quicklist_trim(QUICK_PGD, NULL, 25, 16); in check_pgt_cache()
|
/arch/avr32/include/asm/ |
D | pgalloc.h | 15 #define QUICK_PGD 0 /* Preserve kernel mappings over free */ macro 45 return quicklist_alloc(QUICK_PGD, GFP_KERNEL | __GFP_REPEAT, pgd_ctor); in pgd_alloc() 50 quicklist_free(QUICK_PGD, NULL, pgd); in pgd_free() 94 quicklist_trim(QUICK_PGD, NULL, 25, 16); in check_pgt_cache()
|