Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/memblock/tests/
Dalloc_nid_api.c85 assert_mem_content(allocated_ptr, size, alloc_nid_test_flags); in alloc_nid_top_down_simple_check()
138 assert_mem_content(allocated_ptr, size, alloc_nid_test_flags); in alloc_nid_top_down_end_misaligned_check()
188 assert_mem_content(allocated_ptr, size, alloc_nid_test_flags); in alloc_nid_exact_address_generic_check()
238 assert_mem_content(allocated_ptr, size, alloc_nid_test_flags); in alloc_nid_top_down_narrow_range_check()
334 assert_mem_content(allocated_ptr, r2_size, alloc_nid_test_flags); in alloc_nid_min_reserved_generic_check()
384 assert_mem_content(allocated_ptr, r2_size, alloc_nid_test_flags); in alloc_nid_max_reserved_generic_check()
447 assert_mem_content(allocated_ptr, r3_size, alloc_nid_test_flags); in alloc_nid_top_down_reserved_with_space_check()
510 assert_mem_content(allocated_ptr, r3_size, alloc_nid_test_flags); in alloc_nid_reserved_full_merge_generic_check()
574 assert_mem_content(allocated_ptr, r3_size, alloc_nid_test_flags); in alloc_nid_top_down_reserved_no_space_check()
669 assert_mem_content(allocated_ptr, size, alloc_nid_test_flags); in alloc_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.h165 static inline void assert_mem_content(void *mem, int size, int flags) in assert_mem_content() function