Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmaple_tree.h170 * * MT_FLAGS_HEIGHT_MASK - The mask for the maple tree height value
181 #define MT_FLAGS_HEIGHT_MASK 0x7C macro
873 return (mt->ma_flags & MT_FLAGS_HEIGHT_MASK) >> MT_FLAGS_HEIGHT_OFFSET; in mt_height()
/linux/lib/
H A Dmaple_tree.c218 new_flags &= ~MT_FLAGS_HEIGHT_MASK; in mt_set_height()
231 return mt->ma_flags & ~MT_FLAGS_HEIGHT_MASK; in mt_attr()