Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgfp_types.h338 #define GFP_TRANSHUGE_LIGHT ((GFP_HIGHUSER_MOVABLE | __GFP_COMP | \ macro
340 #define GFP_TRANSHUGE (GFP_TRANSHUGE_LIGHT | __GFP_DIRECT_RECLAIM)
/openbmc/linux/include/trace/events/
H A Dmmflags.h20 gfpflag_string(GFP_TRANSHUGE_LIGHT), \
/openbmc/linux/mm/
H A Dhuge_memory.c736 return GFP_TRANSHUGE_LIGHT | __GFP_KSWAPD_RECLAIM; in vma_thp_gfp_mask()
740 return GFP_TRANSHUGE_LIGHT | in vma_thp_gfp_mask()
746 return GFP_TRANSHUGE_LIGHT | in vma_thp_gfp_mask()
749 return GFP_TRANSHUGE_LIGHT; in vma_thp_gfp_mask()
H A Dmigrate.c2495 gfp |= GFP_TRANSHUGE_LIGHT; in alloc_misplaced_dst_folio()
H A Dkhugepaged.c861 return khugepaged_defrag() ? GFP_TRANSHUGE : GFP_TRANSHUGE_LIGHT; in alloc_hugepage_khugepaged_gfpmask()