HomeSort by relevance Sort by last modified time
    Searched refs:rb_insert (Results 1 - 6 of 6) sorted by null

  /external/syslinux/com32/sysdump/
rbtree.h 49 struct rbtree *rb_insert(struct rbtree *, struct rbtree *);
rbtree.c 98 struct rbtree *rb_insert(struct rbtree *tree, struct rbtree *node) function
112 tree->left = rb_insert(tree->left, node);
114 tree->right = rb_insert(tree->right, node);
acpi.c 70 *tree = rb_insert(*tree, node);
  /external/blktrace/btt/
dip_rb.c 24 int rb_insert(struct rb_root *root, struct io *iop) function
globals.h 223 int rb_insert(struct rb_root *root, struct io *iop);
inlines.h 293 return rb_insert(__get_root(dip, iop->type), iop);

Completed in 86 milliseconds