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

/systemd/src/basic/
H A Dc-rbtree.c56 static inline _Bool c_rbnode_is_red(CRBNode *n) { function
266 if (u && c_rbnode_is_red(u)) {
317 if (u && c_rbnode_is_red(u)) {
436 if (c_rbnode_is_red(s)) {
500 if (c_rbnode_is_red(s)) {
/systemd/src/test/
H A Dtest-rbtree.c63 static inline _Bool c_rbnode_is_red(CRBNode *n) { function
117 if (c_rbnode_is_red(n)) {

Completed in 581 milliseconds