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

/linux-master/include/linux/
H A Dmaple_tree.h158 * * MT_FLAGS_HEIGHT_MASK - The mask for the maple tree height value
169 #define MT_FLAGS_HEIGHT_MASK 0x7C macro
841 return (mt->ma_flags & MT_FLAGS_HEIGHT_MASK) >> MT_FLAGS_HEIGHT_OFFSET;
/linux-master/lib/
H A Dmaple_tree.c204 new_flags &= ~MT_FLAGS_HEIGHT_MASK;
217 return mt->ma_flags & ~MT_FLAGS_HEIGHT_MASK;

Completed in 210 milliseconds