Searched refs:rb_node_t (Results 1 – 4 of 4) sorted by relevance
41 typedef rb_node_t xf_task_t;51 return (((rb_node_t *)t)->color & ~1); in xf_task_timestamp()58 return (((rb_node_t *)t)->color = ts); in xf_task_timestamp_set()
97 rb_node_t l_node;100 rb_node_t a_node;
49 } rb_node_t; typedef55 rb_node_t root;106 static inline void rb_set_left(rb_tree_t *tree, rb_idx_t n_idx, rb_node_t *child) in rb_set_left()112 static inline void rb_set_right(rb_tree_t *tree, rb_idx_t n_idx, rb_node_t *child) in rb_set_right()
52 rb_node_t *node = (rb_node_t *)t; in xf_sched_put()