Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.c906 vma_flags_t next_sticky; in vma_merge_existing_range() local
910 next_sticky = vma_flags_and_mask(&next->flags, VMA_STICKY_FLAGS); in vma_merge_existing_range()
911 vma_flags_set_mask(&sticky_flags, next_sticky); in vma_merge_existing_range()
1211 vma_flags_t next_sticky; in vma_expand() local
1216 next_sticky = vma_flags_and_mask(&next->flags, VMA_STICKY_FLAGS); in vma_expand()
1217 vma_flags_set_mask(&sticky_flags, next_sticky); in vma_expand()