Home
last modified time | relevance | path

Searched refs:rb_contains (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/sys/
Drb.h154 bool rb_contains(struct rbtree *tree, struct rbnode *node);
/Zephyr-Core-3.7.0/tests/unit/rbtree/
Dmain.c167 _CHECK(get_node_mask(i) == rb_contains(&test_rbtree, &nodes[i])); in _check_tree()
/Zephyr-Core-3.7.0/lib/os/
Dp4wq.c298 bool ret = rb_contains(&queue->queue, &item->rbnode); in k_p4wq_cancel()
/Zephyr-Core-3.7.0/lib/utils/
Drb.c524 bool rb_contains(struct rbtree *tree, struct rbnode *node) in rb_contains() function
/Zephyr-Core-3.7.0/doc/kernel/data_structures/
Drbtree.rst40 predicate, :c:func:`rb_contains`, which returns a boolean True if the