Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dhuge_memory.c787 static inline gfp_t alloc_hugepage_gfpmask(int defrag, gfp_t extra_gfp) in alloc_hugepage_gfpmask() argument
789 return (GFP_TRANSHUGE & ~(defrag ? 0 : __GFP_RECLAIM)) | extra_gfp; in alloc_hugepage_gfpmask()