Searched refs:next_sticky (Results 1 – 1 of 1) sorted by relevance
906 vma_flags_t next_sticky; in vma_merge_existing_range() local910 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() local1216 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()