Searched refs:unevictable (Results 1 – 1 of 1) sorted by relevance
517 bool unevictable; in lru_cache_add_inactive_or_unevictable() local521 unevictable = (vma->vm_flags & (VM_LOCKED | VM_SPECIAL)) == VM_LOCKED; in lru_cache_add_inactive_or_unevictable()522 if (unlikely(unevictable) && !TestSetPageMlocked(page)) { in lru_cache_add_inactive_or_unevictable()