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