Home
last modified time | relevance | path

Searched refs:rb_remove (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.7.0/tests/unit/rbtree/
Dmain.c216 rb_remove(&test_rbtree, &nodes[node]); in test_tree()
273 rb_remove(&test_rbtree, &temp); in ZTEST()
/Zephyr-Core-3.7.0/include/zephyr/sys/
Drb.h127 void rb_remove(struct rbtree *tree, struct rbnode *node);
/Zephyr-Core-3.7.0/lib/os/
Dp4wq.c89 rb_remove(&queue->queue, r); in p4wq_loop()
301 rb_remove(&queue->queue, &item->rbnode); in k_p4wq_cancel()
/Zephyr-Core-3.7.0/kernel/include/
Dpriority_q.h103 rb_remove(&pq->tree, &thread->base.qnode_rb); in z_priq_rb_remove()
/Zephyr-Core-3.7.0/lib/utils/
Drb.c372 void rb_remove(struct rbtree *tree, struct rbnode *node) in rb_remove() function
/Zephyr-Core-3.7.0/doc/kernel/data_structures/
Drbtree.rst37 with :c:func:`rb_remove`. Access to the "first" and "last" nodes within a
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-2.6.rst1665 * :github:`33239` - lib/rbtree: Remove dead case in rb_remove()