Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/memblock/tests/
Dalloc_nid_api.c74 assert_mem_content(allocated_ptr, size, alloc_nid_test_flags); in alloc_try_nid_top_down_simple_check()
127 assert_mem_content(allocated_ptr, size, alloc_nid_test_flags); in alloc_try_nid_top_down_end_misaligned_check()
177 assert_mem_content(allocated_ptr, size, alloc_nid_test_flags); in alloc_try_nid_exact_address_generic_check()
227 assert_mem_content(allocated_ptr, size, alloc_nid_test_flags); in alloc_try_nid_top_down_narrow_range_check()
323 assert_mem_content(allocated_ptr, r2_size, alloc_nid_test_flags); in alloc_try_nid_min_reserved_generic_check()
373 assert_mem_content(allocated_ptr, r2_size, alloc_nid_test_flags); in alloc_try_nid_max_reserved_generic_check()
436 assert_mem_content(allocated_ptr, r3_size, alloc_nid_test_flags); in alloc_try_nid_top_down_reserved_with_space_check()
499 assert_mem_content(allocated_ptr, r3_size, alloc_nid_test_flags); in alloc_try_nid_reserved_full_merge_generic_check()
563 assert_mem_content(allocated_ptr, r3_size, alloc_nid_test_flags); in alloc_try_nid_top_down_reserved_no_space_check()
658 assert_mem_content(allocated_ptr, size, alloc_nid_test_flags); in alloc_try_nid_top_down_cap_max_check()
[all …]
Dalloc_api.c39 assert_mem_content(allocated_ptr, size, alloc_test_flags); in alloc_top_down_simple_check()
97 assert_mem_content(allocated_ptr, r2_size, alloc_test_flags); in alloc_top_down_disjoint_check()
142 assert_mem_content(allocated_ptr, r2_size, alloc_test_flags); in alloc_top_down_before_check()
190 assert_mem_content(allocated_ptr, r2_size, alloc_test_flags); in alloc_top_down_after_check()
240 assert_mem_content(allocated_ptr, r3_size, alloc_test_flags); in alloc_top_down_second_fit_check()
294 assert_mem_content(allocated_ptr, r3_size, alloc_test_flags); in alloc_in_between_generic_check()
430 assert_mem_content(allocated_ptr, available_size, alloc_test_flags); in alloc_limited_space_generic_check()
518 assert_mem_content(allocated_ptr, SZ_2, alloc_test_flags); in alloc_bottom_up_simple_check()
574 assert_mem_content(allocated_ptr, r2_size, alloc_test_flags); in alloc_bottom_up_disjoint_check()
616 assert_mem_content(allocated_ptr, r1_size, alloc_test_flags); in alloc_bottom_up_before_check()
[all …]
Dcommon.h158 static inline void assert_mem_content(void *mem, int size, int flags) in assert_mem_content() function