Searched refs:bitmap_other (Results 1 – 1 of 1) sorted by relevance
1267 const unsigned long *bitmap_other = flags_other->__vma_flags; in vma_flags_diff_pair() local1271 bitmap_xor(bitmap_dst, bitmap, bitmap_other, NUM_VMA_FLAG_BITS); in vma_flags_diff_pair()1280 const unsigned long *bitmap_other = flags_other->__vma_flags; in vma_flags_same_pair() local1282 return bitmap_equal(bitmap, bitmap_other, NUM_VMA_FLAG_BITS); in vma_flags_same_pair()1290 const unsigned long *bitmap_other = flags_other.__vma_flags; in vma_flags_same_mask() local1292 return bitmap_equal(bitmap, bitmap_other, NUM_VMA_FLAG_BITS); in vma_flags_same_mask()