Home
last modified time | relevance | path

Searched refs:other_node (Results 1 – 2 of 2) sorted by relevance

/u-boot/tools/binman/
A Dstate.py275 other_node = dtb.GetNode(fdt_path_prefix + node.path)
277 if other_node:
278 yield other_node
/u-boot/fs/btrfs/
A Dextent-io.c76 struct cache_extent *other_node; in merge_state() local
81 other_node = prev_cache_extent(&state->cache_node); in merge_state()
82 if (other_node) { in merge_state()
83 other = container_of(other_node, struct extent_state, in merge_state()
93 other_node = next_cache_extent(&state->cache_node); in merge_state()
94 if (other_node) { in merge_state()
95 other = container_of(other_node, struct extent_state, in merge_state()

Completed in 5 milliseconds