Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.c987 vma_flags_t next_sticky; in vma_merge_existing_range() local
991 next_sticky = vma_flags_and_mask(&next->flags, VMA_STICKY_FLAGS); in vma_merge_existing_range()
992 vma_flags_set_mask(&sticky_flags, next_sticky); in vma_merge_existing_range()
1294 vma_flags_t next_sticky; in vma_expand() local
1299 next_sticky = vma_flags_and_mask(&next->flags, VMA_STICKY_FLAGS); in vma_expand()
1300 vma_flags_set_mask(&sticky_flags, next_sticky); in vma_expand()