Searched refs:node_end (Results 1 – 5 of 5) sorted by relevance
224 int node, node_end, offset; in fdt_add_alias_regions() local235 node_end = fdt_next_subnode(fdt, node); in fdt_add_alias_regions()236 if (node_end == -FDT_ERR_NOTFOUND) in fdt_add_alias_regions()238 node_end = fdt_size_dt_struct(fdt) - sizeof(fdt32_t) * 2; in fdt_add_alias_regions()239 else if (node_end < 0) /* other error */ in fdt_add_alias_regions()240 return node_end; in fdt_add_alias_regions()241 node_end -= sizeof(fdt32_t); /* Move to FDT_END_NODE tag of /aliases */ in fdt_add_alias_regions()263 next = node_end; in fdt_add_alias_regions()274 fdt_add_region(info, base + node_end, sizeof(fdt32_t)); in fdt_add_alias_regions()
256 unsigned long node_end; in kcore_ram_list() local257 node_end = node_end_pfn(nid); in kcore_ram_list()258 if (end_pfn < node_end) in kcore_ram_list()259 end_pfn = node_end; in kcore_ram_list()
817 node_end = False818 while node_end == False:820 node_end = True
2155 if (slot > wr_mas->node_end) in mas_store_b_node()3975 if (offset_end > wr_mas->node_end) in mas_wr_node_store()3980 copy_size = wr_mas->node_end - offset_end + 1; in mas_wr_node_store()4069 if (wr_mas->offset_end == wr_mas->node_end) in mas_wr_extend_null()4098 if (wr_mas->offset_end < wr_mas->node_end) in mas_wr_end_piv()4110 unsigned char new_end = wr_mas->node_end + 2; in mas_wr_new_end()4144 if (mas->offset != wr_mas->node_end) in mas_wr_append()4147 end = wr_mas->node_end; in mas_wr_append()4526 unsigned char node_end; in mas_next_node() local4551 } while (unlikely(mas->offset == node_end)); in mas_next_node()[all …]
400 unsigned char node_end; /* mas->node end */ member