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

/systemd/src/test/
H A Dtest-rbtree.c49 c_rbnode_init(&n);
202 c_rbnode_init(nodes[i]);
225 c_rbnode_init(nodes[i]);
250 c_rbnode_init(nodes[i]);
272 c_rbnode_init(nodes[i]);
306 c_rbnode_init(&nodes[i]->rb);
/systemd/src/basic/
H A Dc-rbtree.h65 * linked or not, you should initialize the node via c_rbnode_init() or
102 * c_rbnode_init() - mark a node as unlinked
117 static inline void c_rbnode_init(CRBNode *n) { function
132 * as unlinked. You have to call c_rbnode_init() yourself after removal, or use
170 c_rbnode_init(n);

Completed in 1686 milliseconds