Searched refs:rb_set_cache (Results 1 – 2 of 2) sorted by relevance
92 rb_set_cache(tree, node); in xf_sched_put()120 t_idx = rb_delete(tree, n_idx), rb_set_cache(tree, t_idx); in xf_sched_get()146 (n_idx == rb_cache(tree) ? rb_set_cache(tree, t_idx), 1 : 0); in xf_sched_cancel()
118 static inline void rb_set_cache(rb_tree_t *tree, rb_idx_t c_idx) in rb_set_cache() function