Home
last modified time | relevance | path

Searched refs:rb_root (Results 1 – 20 of 20) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Drbtree.h121 struct rb_root struct
143 #define RB_ROOT (struct rb_root) { NULL, } argument
146 static inline int ext2fs_rb_empty_root(struct rb_root *root) in ext2fs_rb_empty_root()
161 extern void ext2fs_rb_insert_color(struct rb_node *, struct rb_root *);
162 extern void ext2fs_rb_erase(struct rb_node *, struct rb_root *);
175 extern struct rb_node *ext2fs_rb_first(const struct rb_root *);
176 extern struct rb_node *ext2fs_rb_last(const struct rb_root *);
180 struct rb_root *root);
Drbtree.c25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left()
48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right()
71 void ext2fs_rb_insert_color(struct rb_node *node, struct rb_root *root) in ext2fs_rb_insert_color()
137 struct rb_root *root) in __rb_erase_color()
216 void ext2fs_rb_erase(struct rb_node *node, struct rb_root *root) in ext2fs_rb_erase()
354 struct rb_node *ext2fs_rb_first(const struct rb_root *root) in ext2fs_rb_first()
366 struct rb_node *ext2fs_rb_last(const struct rb_root *root) in ext2fs_rb_last()
431 struct rb_root *root) in ext2fs_rb_replace_node()
Dblkmap64_rb.c44 struct rb_root root;
72 static void print_tree(struct rb_root *root) in print_tree()
88 static void check_tree(struct rb_root *root, const char *msg) in check_tree()
209 static void rb_free_tree(struct rb_root *root) in rb_free_tree()
278 static void rb_truncate(__u64 new_max, struct rb_root *root) in rb_truncate()
387 struct rb_root *root = &bp->root; in rb_insert_extent()
488 struct rb_root *root = &bp->root; in rb_remove_extent()
/external/blktrace/
Drbtree.h108 struct rb_root struct
140 #define RB_ROOT (struct rb_root) { NULL, }
143 extern void rb_insert_color(struct rb_node *, struct rb_root *);
144 extern void rb_erase(struct rb_node *, struct rb_root *);
149 extern struct rb_node *rb_first(struct rb_root *);
150 extern struct rb_node *rb_last(struct rb_root *);
154 struct rb_root *root);
Drbtree.c25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left()
48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right()
71 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
137 struct rb_root *root) in __rb_erase_color()
222 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
292 struct rb_node *rb_first(struct rb_root *root) in rb_first()
304 struct rb_node *rb_last(struct rb_root *root) in rb_last()
369 struct rb_root *root) in rb_replace_node()
Dblktrace.h51 struct rb_root rb_last;
Dblkparse.c61 struct rb_root rb_track;
231 static struct rb_root rb_sort_root;
797 static inline int trace_rb_insert(struct trace *t, struct rb_root *root) in trace_rb_insert()
857 struct rb_root *root, int order) in trace_rb_find()
Dblkiomon.c86 static struct rb_root dstat_tree[2] = { RB_ROOT, RB_ROOT };
/external/fio/lib/
Drbtree.h110 struct rb_root struct
132 #define RB_ROOT (struct rb_root) { NULL, } argument
139 extern void rb_insert_color(struct rb_node *, struct rb_root *);
140 extern void rb_erase(struct rb_node *, struct rb_root *);
143 extern struct rb_node *rb_first(struct rb_root *);
Drbtree.c25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left()
48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right()
71 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
137 struct rb_root *root) in __rb_erase_color()
222 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
292 struct rb_node *rb_first(struct rb_root *root) in rb_first()
/external/llvm/test/Transforms/ConstProp/
D2009-09-01-GEP-Crash.ll9 %3 = type { %struct.hrtimer_cpu_base*, i32, %struct.rb_root, %struct.rb_node*, %struct.pgprot, i64 …
11 %struct.hrtimer_clock_base = type { %struct.hrtimer_cpu_base*, i32, %struct.rb_root, %struct.rb_nod…
15 %struct.rb_root = type { %struct.rb_node* }
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/
D2009-09-01-GEP-Crash.ll9 %3 = type { %struct.hrtimer_cpu_base*, i32, %struct.rb_root, %struct.rb_node*, %struct.pgprot, i64 …
11 %struct.hrtimer_clock_base = type { %struct.hrtimer_cpu_base*, i32, %struct.rb_root, %struct.rb_nod…
15 %struct.rb_root = type { %struct.rb_node* }
/external/fio/t/
Ddedupe.c63 static struct rb_root rb_root; variable
201 p = &rb_root.rb_node; in insert_chunk()
234 rb_insert_color(&c->rb_node, &rb_root); in insert_chunk()
504 n = rb_first(&rb_root); in iter_rb_tree()
583 rb_root = RB_ROOT; in main()
/external/blktrace/btt/
Ddip_rb.c24 int rb_insert(struct rb_root *root, struct io *iop) in rb_insert()
49 struct io *rb_find_sec(struct rb_root *root, __u64 sec) in rb_find_sec()
Dseek.c38 struct rb_root root;
62 static void __insert(struct rb_root *root, long long sectors) in __insert()
298 struct rb_root *root = &sip->root; in seeki_mode()
Ddevs.c30 size_t len = N_IOP_TYPES * sizeof(struct rb_root); in dip_rb_mkhds()
45 static void __destroy_heads(struct rb_root *roots) in __destroy_heads()
Dglobals.h223 int rb_insert(struct rb_root *root, struct io *iop);
224 struct io *rb_find_sec(struct rb_root *root, __u64 sec);
Dinlines.h285 static inline struct rb_root *__get_root(struct d_info *dip, enum iop_type type) in __get_root()
287 struct rb_root *roots = dip->heads; in __get_root()
Dproc.c34 struct rb_root root_pid, root_name;
/external/fio/
Dfio.h365 struct rb_root io_hist_tree;