Searched refs:rb_get_max (Results 1 – 5 of 5) sorted by relevance
140 static inline struct rbnode *rb_get_max(struct rbtree *tree) in rb_get_max() function
198 test = rb_get_max(&test_rbtree); in ZTEST()
83 struct rbnode *r = rb_get_max(&queue->queue); in p4wq_loop()245 if (rb_get_max(&queue->queue) != &item->rbnode) { in k_p4wq_submit()
277 zassert_true(rb_get_max(&test_rbtree) == &nodes[7], "the tree is invalid"); in ZTEST()
39 provided by :c:func:`rb_get_min` and :c:func:`rb_get_max`. There is also a