Home
last modified time | relevance | path

Searched refs:node1 (Results 1 – 6 of 6) sorted by relevance

/u-boot/fs/btrfs/common/
A Drbtree-utils.h29 typedef int (*rb_compare_nodes)(struct rb_node *node1, struct rb_node *node2);
/u-boot/fs/btrfs/
A Dextent-cache.c38 static int cache_tree_comp_nodes(struct rb_node *node1, struct rb_node *node2) in cache_tree_comp_nodes() argument
47 return cache_tree_comp_range(node1, (void *)&range); in cache_tree_comp_nodes()
70 static int cache_tree_comp_nodes2(struct rb_node *node1, struct rb_node *node2) in cache_tree_comp_nodes2() argument
80 return cache_tree_comp_range2(node1, (void *)&range); in cache_tree_comp_nodes2()
A Ddisk-io.c713 int btrfs_fs_roots_compare_roots(struct rb_node *node1, struct rb_node *node2) in btrfs_fs_roots_compare_roots() argument
718 return btrfs_fs_roots_compare_objectids(node1, (void *)&root->objectid); in btrfs_fs_roots_compare_roots()
/u-boot/tools/dtoc/
A Dtest_fdt555 node1 = dtb2.GetNode('/test1')
556 val = node1.props['reg'].value
A Dtest_fdt.py555 node1 = dtb2.GetNode('/test1')
556 val = node1.props['reg'].value
/u-boot/tools/buildman/
A Dkconfiglib.py6467 def _auto_menu_dep(node1, node2): argument
6473 node1.item)

Completed in 27 milliseconds