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

/linux-master/include/linux/
H A Dmaple_tree.h304 * to be rebalanced against the other. The ma_topiary struct is used to track
308 struct ma_topiary { struct
490 struct ma_topiary name = { \
/linux-master/lib/
H A Dmaple_tree.c147 struct ma_topiary *free; /* nodes to be freed */
148 struct ma_topiary *destroy; /* Nodes to be destroyed (walked and freed) */
955 * mat_add() - Add a @dead_enode to the ma_topiary of a list of dead nodes.
956 * @mat - the ma_topiary, a linked list of dead nodes.
961 static inline void mat_add(struct ma_topiary *mat,
981 * @mat - the ma_topiary linked list of dead nodes to free.
985 static void mas_mat_destroy(struct ma_state *mas, struct ma_topiary *mat)

Completed in 146 milliseconds