Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/of/
Dof_reserved_mem.c416 phys_addr_t this_end, next_end; in __rmem_check_for_overlap() local
419 next_end = next->base + next->size; in __rmem_check_for_overlap()
422 next->name, &next->base, &next_end); in __rmem_check_for_overlap()
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dslice.c284 unsigned long found, next_end; in slice_find_area_bottomup() local
306 else if (slice_scan_available(addr, available, 1, &next_end)) { in slice_find_area_bottomup()
307 addr = next_end; in slice_find_area_bottomup()
/linux-6.12.1/fs/ntfs3/
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()