Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmm.h1267 const unsigned long *bitmap_other = flags_other->__vma_flags; in vma_flags_diff_pair() local
1271 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() local
1282 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() local
1292 return bitmap_equal(bitmap, bitmap_other, NUM_VMA_FLAG_BITS); in vma_flags_same_mask()