Searched refs:can_merge (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_region.c | 164 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 D | block_validity.c | 46 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 D | libfdt.h | 84 int can_merge; /* 1 if we can merge with previous region */ member
|
/openbmc/linux/lib/ |
H A D | kunit_iov_iter.c | 223 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 D | zsmalloc.c | 1130 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 D | memory.c | 319 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()
|