static inline bool is_thp_gfp_mask(gfp_t gfp_mask) { return (gfp_mask & (GFP_TRANSHUGE | __GFP_KSWAPD_RECLAIM)) == GFP_TRANSHUGE; }