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

/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 22 milliseconds