Home
last modified time | relevance | path

Searched refs:QUICK_PGD (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/avr32/include/asm/
Dpgalloc.h16 #define QUICK_PGD 0 /* Preserve kernel mappings over free */ macro
46 return quicklist_alloc(QUICK_PGD, GFP_KERNEL | __GFP_REPEAT, pgd_ctor); in pgd_alloc()
51 quicklist_free(QUICK_PGD, NULL, pgd); in pgd_free()
95 quicklist_trim(QUICK_PGD, NULL, 25, 16); in check_pgt_cache()