Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmaple_tree.h169 #define MT_FLAGS_HEIGHT_MASK 0x7C macro
686 return (mt->ma_flags & MT_FLAGS_HEIGHT_MASK) >> MT_FLAGS_HEIGHT_OFFSET; in mt_height()
/openbmc/linux/lib/
H A Dmaple_tree.c197 new_flags &= ~MT_FLAGS_HEIGHT_MASK; in mas_set_height()