Home
last modified time | relevance | path

Searched refs:can_merge (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/lib/libfdt/
H A Dfdt_region.c164 if (info->can_merge && info->count && in fdt_add_region()
246 info->can_merge = 0; in fdt_add_alias_regions()
319 info->can_merge = 1; in fdt_include_supernodes()
350 info->can_merge = 1; in fdt_first_region()
456 info->can_merge = 0; /* Don't allow merging with this */ in fdt_next_region()
625 info->can_merge = 1; in fdt_next_region()
644 info->can_merge = 0; in fdt_next_region()
/openbmc/linux/fs/ext4/
H A Dblock_validity.c46 static inline int can_merge(struct ext4_system_zone *entry1, in can_merge() function
104 if (can_merge(entry, new_entry)) { in add_system_zone()
116 if (can_merge(new_entry, entry)) { in add_system_zone()
/openbmc/u-boot/include/linux/
H A Dlibfdt.h84 int can_merge; /* 1 if we can merge with previous region */ member
/openbmc/linux/lib/
H A Dkunit_iov_iter.c223 struct page *can_merge = NULL, *page; in iov_kunit_load_bvec() local
237 if (pr->from == 0 && pr->from != pr->to && page == can_merge) { in iov_kunit_load_bvec()
246 can_merge = page + pr->to / PAGE_SIZE; in iov_kunit_load_bvec()
248 can_merge = NULL; in iov_kunit_load_bvec()
/openbmc/linux/mm/
H A Dzsmalloc.c1130 static bool can_merge(struct size_class *prev, int pages_per_zspage, in can_merge() function
2238 if (can_merge(prev_class, pages_per_zspage, objs_per_zspage)) { in zs_create_pool()
/openbmc/qemu/system/
H A Dmemory.c319 static bool can_merge(FlatRange *r1, FlatRange *r2) in can_merge() function
342 && can_merge(&view->ranges[j-1], &view->ranges[j])) { in flatview_simplify()