Lines Matching refs:tree
439 struct maple_tree *tree; /* The tree we're operating in */ member
468 #define mas_lock(mas) spin_lock(&((mas)->tree->ma_lock))
470 spin_lock_nested(&((mas)->tree->ma_lock), subclass)
471 #define mas_unlock(mas) spin_unlock(&((mas)->tree->ma_lock))
484 .tree = mt, \
503 #define MA_TOPIARY(name, tree) \ argument
507 .mtree = tree, \
544 static inline void mas_init(struct ma_state *mas, struct maple_tree *tree, in mas_init() argument
548 mas->tree = tree; in mas_init()
644 mt_dump((__mas)->tree, mt_dump_hex); \
661 mt_dump((__wrmas)->mas->tree, mt_dump_hex); \
695 mt_dump((__mas)->tree, mt_dump_hex); \
714 mt_dump((__wrmas)->mas->tree, mt_dump_hex); \