Searched refs:rb_cache (Results 1 – 2 of 2) sorted by relevance
74 if (p_idx == rb_cache(tree)) goto insert_head; in xf_sched_put()99 BUG(rb_cache(tree) == rb_null(tree), _x("Invalid scheduler state")); in xf_sched_put()112 if ((n_idx = rb_cache(tree)) == rb_null(tree)) in xf_sched_get()146 (n_idx == rb_cache(tree) ? rb_set_cache(tree, t_idx), 1 : 0); in xf_sched_cancel()
88 static inline rb_idx_t rb_cache(rb_tree_t *tree) in rb_cache() function