Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_region.c163 if (info->can_merge && info->count && in fdt_add_region()
245 info->can_merge = 0; in fdt_add_alias_regions()
318 info->can_merge = 1; in fdt_include_supernodes()
349 info->can_merge = 1; in fdt_first_region()
455 info->can_merge = 0; /* Don't allow merging with this */ in fdt_next_region()
624 info->can_merge = 1; in fdt_next_region()
643 info->can_merge = 0; in fdt_next_region()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dlibfdt.h84 int can_merge; /* 1 if we can merge with previous region */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_set/
H A Drange_functions.hpp44 can_merge(Range const& range, Range const& other) in can_merge() function
H A Drange_run_impl.hpp25 if (can_merge(*iter, range)) in try_merge()
/OK3568_Linux_fs/kernel/mm/
H A Dzsmalloc.c1209 static bool can_merge(struct size_class *prev, int pages_per_zspage, in can_merge() function
2461 if (can_merge(prev_class, pages_per_zspage, objs_per_zspage)) { in zs_create_pool()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent_io.c3047 bool can_merge = true; in submit_extent_page() local
3056 can_merge = false; in submit_extent_page()
3058 if (prev_bio_flags != bio_flags || !contig || !can_merge || in submit_extent_page()