Searched refs:QUICK_PT (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/sh/include/asm/ |
| D | pgalloc.h | 7 #define QUICK_PT 0 /* Other page table pages that are zero on free */ macro 37 return quicklist_alloc(QUICK_PT, GFP_KERNEL | __GFP_REPEAT, NULL); in pte_alloc_one_kernel() 46 pg = quicklist_alloc(QUICK_PT, GFP_KERNEL | __GFP_REPEAT, NULL); in pte_alloc_one() 51 quicklist_free(QUICK_PT, NULL, pg); in pte_alloc_one() 59 quicklist_free(QUICK_PT, NULL, pte); in pte_free_kernel() 65 quicklist_free_page(QUICK_PT, NULL, pte); in pte_free() 76 quicklist_trim(QUICK_PT, NULL, 25, 16); in check_pgt_cache()
|
| /linux-4.4.14/arch/avr32/include/asm/ |
| D | pgalloc.h | 17 #define QUICK_PT 1 /* Zero on free */ macro 57 return quicklist_alloc(QUICK_PT, GFP_KERNEL | __GFP_REPEAT, NULL); in pte_alloc_one_kernel() 66 pg = quicklist_alloc(QUICK_PT, GFP_KERNEL | __GFP_REPEAT, NULL); in pte_alloc_one() 72 quicklist_free(QUICK_PT, NULL, pg); in pte_alloc_one() 81 quicklist_free(QUICK_PT, NULL, pte); in pte_free_kernel() 87 quicklist_free_page(QUICK_PT, NULL, pte); in pte_free() 99 quicklist_trim(QUICK_PT, NULL, 25, 16); in check_pgt_cache()
|