Home
last modified time | relevance | path

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

/mm/
Dhuge_memory.c371 __ATTR(defrag, 0644, defrag_show, defrag_store);
530 __ATTR(defrag, 0644, khugepaged_defrag_show,
764 static inline gfp_t alloc_hugepage_gfpmask(int defrag, gfp_t extra_gfp) in alloc_hugepage_gfpmask() argument
766 return (GFP_TRANSHUGE & ~(defrag ? 0 : __GFP_WAIT)) | extra_gfp; in alloc_hugepage_gfpmask()
769 static inline struct page *alloc_hugepage_vma(int defrag, in alloc_hugepage_vma() argument
774 return alloc_pages_vma(alloc_hugepage_gfpmask(defrag, extra_gfp), in alloc_hugepage_vma()
2362 static inline struct page *alloc_hugepage(int defrag) in alloc_hugepage() argument
2364 return alloc_pages(alloc_hugepage_gfpmask(defrag, 0), in alloc_hugepage()