Home
last modified time | relevance | path

Searched defs:root (Results 1 – 24 of 24) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Drbtree.c55 struct rb_root *root, int color) in __rb_rotate_set_parents()
64 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert()
193 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color()
355 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color()
377 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
383 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
399 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented()
409 struct rb_node *rb_first(const struct rb_root *root) in rb_first()
422 struct rb_node *rb_last(const struct rb_root *root) in rb_last()
497 struct rb_root *root) in rb_replace_node()
[all …]
/rk3399_rockchip-uboot/include/linux/
H A Drbtree_augmented.h35 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented()
100 struct rb_node *parent, struct rb_root *root) in __rb_change_child()
115 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented()
212 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented()
H A Drbtree.h42 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) argument
92 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ argument
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dfastmap-wl.c34 static struct ubi_wl_entry *find_anchor_wl_entry(struct rb_root *root) in find_anchor_wl_entry()
68 static int anchor_pebs_avalible(struct rb_root *root) in anchor_pebs_avalible()
389 struct rb_root *root) { in may_reserve_for_fm()
H A Dwl.c145 static void wl_tree_add(struct ubi_wl_entry *e, struct rb_root *root) in wl_tree_add()
242 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree()
304 struct rb_root *root, int diff) in find_wl_entry()
347 struct rb_root *root) in find_mean_wl_entry()
1412 static void tree_destroy(struct ubi_device *ubi, struct rb_root *root)
1750 struct ubi_wl_entry *e, struct rb_root *root)
H A Dwl.h30 struct rb_root *root) { in may_reserve_for_fm()
H A Dubi.h692 struct rb_root root; member
995 #define ubi_rb_for_each_entry(rb, pos, root, member) \ argument
/rk3399_rockchip-uboot/drivers/core/
H A Ddump.c55 struct udevice *root; in dm_dump_all() local
H A Droot.c58 struct udevice *root = dm_root(); in dm_get_translation_offset() local
66 struct udevice *root = dm_root(); in dm_set_translation_offset() local
H A Ddevres.c219 struct udevice *root; in dm_dump_devres() local
/rk3399_rockchip-uboot/fs/ubifs/
H A Dorphan.c734 struct rb_root root; member
759 static int dbg_ins_check_orphan(struct rb_root *root, ino_t inum) in dbg_ins_check_orphan()
787 static int dbg_find_check_orphan(struct rb_root *root, ino_t inum) in dbg_find_check_orphan()
805 static void dbg_free_check_tree(struct rb_root *root) in dbg_free_check_tree()
H A Dsuper.c605 static int ubifs_show_options(struct seq_file *s, struct dentry *root) in ubifs_show_options()
2241 struct inode *root; in ubifs_fill_super() local
/rk3399_rockchip-uboot/lib/zlib/
H A Dinftrees.c39 unsigned root; /* number of index bits for root table */ in inflate_table() local
/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtb_platdata.py248 def scan_node(self, root): argument
H A Dfdt.py278 def Scan(self, root='/'): argument
/rk3399_rockchip-uboot/include/cramfs/
H A Dcramfs_fs.h62 struct cramfs_inode root; /* root inode data */ member
/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c403 struct node *root = dti->dt; in check_phandle_prop() local
450 struct node *root = dti->dt; in check_explicit_phandles() local
971 struct node *root = dti->dt; in check_property_phandle_args() local
1156 struct node *root = dti->dt; in check_interrupts_property() local
H A Dlivetree.c570 cell_t get_node_phandle(struct node *root, struct node *node) in get_node_phandle()
/rk3399_rockchip-uboot/include/dm/
H A Dtest.h143 struct udevice *root; member
/rk3399_rockchip-uboot/cmd/
H A Dfdt.c423 static char root[2] = "/"; in do_fdt() local
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx7/
H A Dclock.h180 enum clk_root_index root; member
H A Dcrm_regs.h61 struct mxc_ccm_root_slice root[121]; /* offset 0x8000 */ member
/rk3399_rockchip-uboot/fs/zfs/
H A Dzfs.c1186 struct dnode_chain *dnode_path = 0, *dn_new, *root; in dnode_get_path() local
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.h806 struct dentry *root; member