Searched refs:wine_rb_postorder_head (Results 1 – 1 of 1) sorted by relevance
131 static inline struct wine_rb_entry *wine_rb_postorder_head(struct wine_rb_entry *iter) in wine_rb_postorder_head() function146 return wine_rb_postorder_head(iter->parent->right); in wine_rb_postorder_next()161 for ((cursor) = wine_rb_postorder_head((tree)->root); \167 for ((elem) = WINE_RB_ENTRY_VALUE(wine_rb_postorder_head((tree)->root), type, field); \