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

/systemd/src/basic/
H A Dc-rbtree.h112 * c_rbnode_is_linked() to check for the state of a node. Furthermore,
122 * c_rbnode_is_linked() - check whether a node is linked
137 static inline _Bool c_rbnode_is_linked(CRBNode *n) { function
168 if (c_rbnode_is_linked(n)) {

Completed in 11 milliseconds