Searched refs:GFP_BOOT_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/mm/ | ||
A D | internal.h | 27 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS)) macro |
A D | page_alloc.c | 186 gfp_t gfp_allowed_mask __read_mostly = GFP_BOOT_MASK; |
Completed in 18 milliseconds