Home
last modified time | relevance | path

Searched defs:rb_node (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/include/linux/
H A Drbtree.h25 struct rb_node { struct
27 struct rb_node *rb_right; argument
28 struct rb_node *rb_left; argument
33 struct rb_node *rb_node; member
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Drbtree.h23 struct rb_node { struct
25 struct rb_node *rb_right; argument
26 struct rb_node *rb_left; argument
31 struct rb_node *rb_node; member
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree.h24 struct rb_node { struct
26 struct rb_node *rb_right; argument
27 struct rb_node *rb_left; argument
32 struct rb_node *rb_node; member
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dintlist.c35 struct rb_node *rb_node) in intlist__node_delete()
42 static int intlist__node_cmp(struct rb_node *rb_node, const void *entry) in intlist__node_cmp()
64 struct rb_node *rb_node; in __intlist__findnew() local
138 struct rb_node *rb_node; in intlist__entry() local
H A Dstrlist.c47 void strlist__node_delete(struct rblist *rblist, struct rb_node *rb_node) in strlist__node_delete()
55 static int strlist__node_cmp(struct rb_node *rb_node, const void *entry) in strlist__node_cmp()
103 struct rb_node *rb_node = rblist__find(&slist->rblist, entry); in strlist__find() local
201 struct rb_node *rb_node; in strlist__entry() local
H A Dbpf-event.h23 struct rb_node rb_node; member
27 struct rb_node rb_node; member
H A Dsrcline.h39 struct rb_node rb_node; member
H A Dintlist.h11 struct rb_node rb_node; member
H A Dcall-path.h34 struct rb_node rb_node; member
H A Dsymbol.h48 struct rb_node rb_node; member
85 struct rb_node rb_node; member
H A Drblist.c46 void rblist__remove_node(struct rblist *rblist, struct rb_node *rb_node) in rblist__remove_node()
H A Dstrlist.h11 struct rb_node rb_node; member
H A Dmem2node.c12 struct rb_node rb_node; member
H A Dcomm.c14 struct rb_node rb_node; member
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Ddwarf.c305 struct rb_node **rb_node = &cie_root.rb_node; in dwarf_lookup_cie() local
349 struct rb_node **rb_node = &fde_root.rb_node; in dwarf_lookup_fde() local
738 struct rb_node **rb_node = &cie_root.rb_node; in dwarf_parse_cie() local
869 struct rb_node **rb_node = &fde_root.rb_node; in dwarf_parse_fde() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Drelocation.c82 struct rb_node rb_node; member
98 struct rb_node rb_node; member
229 struct rb_node *rb_node; in update_backref_node() local
353 struct rb_node *rb_node; in find_reloc_root() local
546 struct rb_node *rb_node; in clone_backref_node() local
625 struct rb_node *rb_node; in __add_reloc_root() local
657 struct rb_node *rb_node; in __del_reloc_root() local
701 struct rb_node *rb_node; in __update_reloc_root() local
2007 struct rb_node *rb_node; in free_block_list() local
2870 struct rb_node *rb_node; in add_tree_block() local
H A Dulist.h32 struct rb_node rb_node; /* used to speed up search */ member
H A Dmisc.h69 struct rb_node rb_node; member
H A Dextent_map.h31 struct rb_node rb_node; member
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_extent_busy.h23 struct rb_node rb_node; /* ag by-bno indexed search tree */ member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents_status.h60 struct rb_node rb_node; member
118 struct rb_node rb_node; member
/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.c47 int (*cmp)(struct rb_node *, const struct rb_node *)) in rb_add()
65 int (*cmp)(const void *key, const struct rb_node *)) in rb_find_first()
85 int (*cmp)(const void *key, const struct rb_node *)) in rb_next_match()
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dtimerlist.py28 def print_timer(rb_node, idx): argument
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Deeh_cache.c41 struct rb_node rb_node; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c213 struct mmu_rb_node **rb_node) in hfi1_mmu_rb_remove_unless_exact()

1234