Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/memblock/tests/
H A Dalloc_api.c4 static int alloc_test_flags = TEST_F_NONE; variable
15 if (alloc_test_flags & TEST_F_RAW) in run_memblock_alloc()
39 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()
[all …]