mm\internal.h
static
inline
bool
can_madv_lru_vma(
struct
vm_area_struct *vma)
{
return
!(vma->vm_flags & (VM_LOCKED|VM_HUGETLB|VM_PFNMAP));
}