Home
last modified time | relevance | path

Searched refs:next_end (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/of/
H A Dof_reserved_mem.c295 phys_addr_t this_end, next_end; in __rmem_check_for_overlap() local
298 next_end = next->base + next->size; in __rmem_check_for_overlap()
301 next->name, &next->base, &next_end); in __rmem_check_for_overlap()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dslice.c284 unsigned long found, next_end; in slice_find_area_bottomup() local
308 else if (slice_scan_available(addr, available, 1, &next_end)) { in slice_find_area_bottomup()
309 addr = next_end; in slice_find_area_bottomup()
/openbmc/linux/fs/ntfs3/
H A Dbitmap.c266 size_t next_end; in wnd_add_free_ext() local
269 next_end = e->start.key + e->count.key; in wnd_add_free_ext()
275 len += next_end - end_in; in wnd_add_free_ext()
276 end_in = next_end; in wnd_add_free_ext()