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

  /external/blktrace/btt/
dip_rb.c 47 rb_insert_color(&iop->rb_node, root);
proc.c 126 rb_insert_color(&this->rb_node, &root_pid);
154 rb_insert_color(&this->rb_node, &root_name);
p_live.c 104 rb_insert_color(&plp->rb_node, root);
seek.c 87 rb_insert_color(&sbp->rb_node, root);
  /external/blktrace/
rbtree.h 30 rb_insert_color() must be called. Such function will do the
87 rb_insert_color(node, &inode->i_rb_page_cache);
143 extern void rb_insert_color(struct rb_node *, struct rb_root *);
rbtree.c 71 void rb_insert_color(struct rb_node *node, struct rb_root *root) function
blkiomon.c 216 rb_insert_color(&dstat->node, &dstat_tree[dstat_curr]);
blkparse.c 825 rb_insert_color(&t->rb_node, root);
936 rb_insert_color(&iot->rb_node, &pdi->rb_track);
    [all...]
  /external/u-boot/include/linux/
rbtree.h 50 extern void rb_insert_color(struct rb_node *, struct rb_root *);
  /external/u-boot/fs/btrfs/
chunk-map.c 62 rb_insert_color(&map_item->node, &btrfs_info.chunks_root);
  /external/u-boot/lib/
rbtree.c 365 * out of the rb_insert_color() and rb_erase() function definitions.
376 void rb_insert_color(struct rb_node *node, struct rb_root *root) function
380 EXPORT_SYMBOL(rb_insert_color); variable
  /external/u-boot/fs/ubifs/
log.c 134 rb_insert_color(&bud->rb, &c->buds);
566 rb_insert_color(&dr->rb, done_tree);
orphan.c 89 rb_insert_color(&orphan->rb, &c->orph_tree);
527 rb_insert_color(&orphan->rb, &c->orph_tree);
782 rb_insert_color(&orphan->rb, root);
recovery.c     [all...]
debug.c     [all...]
tnc.c 101 rb_insert_color(&old_idx->rb, &c->old_idx);
    [all...]
  /external/u-boot/drivers/mtd/ubi/
fastmap.c 219 rb_insert_color(&av->rb, &ai->volumes);
259 rb_insert_color(&aeb->u.rb, &av->root);
354 rb_insert_color(&new_aeb->u.rb, &av->root);
    [all...]
attach.c 293 rb_insert_color(&av->rb, &ai->volumes);
588 rb_insert_color(&aeb->u.rb, &av->root);
    [all...]
eba.c 179 rb_insert_color(&le->rb, &ubi->ltree);
    [all...]
wl.c 169 rb_insert_color(&e->u.rb, root);
    [all...]

Completed in 1463 milliseconds