Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.c808 vm_flags_t sticky_flags = vmg->vm_flags & VM_STICKY; in vma_merge_existing_range() local
903 sticky_flags |= (next->vm_flags & VM_STICKY); in vma_merge_existing_range()
909 sticky_flags |= (prev->vm_flags & VM_STICKY); in vma_merge_existing_range()
979 vm_flags_set(vmg->target, sticky_flags); in vma_merge_existing_range()
1157 vm_flags_t sticky_flags; in vma_expand() local
1177 sticky_flags = vmg->vm_flags & VM_STICKY; in vma_expand()
1178 sticky_flags |= target->vm_flags & VM_STICKY; in vma_expand()
1180 sticky_flags |= next->vm_flags & VM_STICKY; in vma_expand()
1203 vm_flags_set(target, sticky_flags); in vma_expand()