Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dhuge_mm.h90 extern bool is_vma_temporary_stack(struct vm_area_struct *vma);
103 if (is_vma_temporary_stack(vma)) in __transparent_hugepage_enabled()
/Linux-v5.4/mm/
Drmap.c1674 bool is_vma_temporary_stack(struct vm_area_struct *vma) in is_vma_temporary_stack() function
1690 return is_vma_temporary_stack(vma); in invalid_migration_vma()
Dkhugepaged.c426 if (is_vma_temporary_stack(vma)) in hugepage_vma_check()