Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dhuge_mm.h122 bool transparent_hugepage_enabled(struct vm_area_struct *vma);
270 static inline bool transparent_hugepage_enabled(struct vm_area_struct *vma) in transparent_hugepage_enabled() function
/linux-4.19.296/fs/proc/
Dtask_mmu.c801 seq_printf(m, "THPeligible: %d\n", transparent_hugepage_enabled(vma)); in show_smap()