#include "linux_rbtree.h"
Functions | |
void | rb_insert_color (struct rb_node *node, struct rb_root *root) |
void | rb_erase (struct rb_node *node, struct rb_root *root) |
struct rb_node * | rb_first (struct rb_root *root) |
struct rb_node * | rb_last (struct rb_root *root) |
struct rb_node * | rb_next (struct rb_node *node) |
struct rb_node * | rb_prev (struct rb_node *node) |
void | rb_replace_node (struct rb_node *victim, struct rb_node *new, struct rb_root *root) |