Searched refs:other_node (Results 1 – 2 of 2) sorted by relevance
275 other_node = dtb.GetNode(fdt_path_prefix + node.path)277 if other_node:278 yield other_node
76 struct cache_extent *other_node; in merge_state() local81 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