Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/memblock/tests/
Dbasic_api.c30 test_pass_pop(); in memblock_initialization_check()
63 test_pass_pop(); in memblock_add_simple_check()
100 test_pass_pop(); in memblock_add_node_simple_check()
148 test_pass_pop(); in memblock_add_disjoint_check()
200 test_pass_pop(); in memblock_add_overlap_top_check()
252 test_pass_pop(); in memblock_add_overlap_bottom_check()
299 test_pass_pop(); in memblock_add_within_check()
325 test_pass_pop(); in memblock_add_twice_check()
377 test_pass_pop(); in memblock_add_between_check()
421 test_pass_pop(); in memblock_add_near_max_check()
[all …]
Dalloc_api.c47 test_pass_pop(); in alloc_top_down_simple_check()
108 test_pass_pop(); in alloc_top_down_disjoint_check()
150 test_pass_pop(); in alloc_top_down_before_check()
198 test_pass_pop(); in alloc_top_down_after_check()
248 test_pass_pop(); in alloc_top_down_second_fit_check()
302 test_pass_pop(); in alloc_in_between_generic_check()
341 test_pass_pop(); in alloc_small_gaps_generic_check()
364 test_pass_pop(); in alloc_all_reserved_generic_check()
398 test_pass_pop(); in alloc_no_space_generic_check()
438 test_pass_pop(); in alloc_limited_space_generic_check()
[all …]
Dalloc_nid_api.c83 test_pass_pop(); in alloc_try_nid_top_down_simple_check()
136 test_pass_pop(); in alloc_try_nid_top_down_end_misaligned_check()
186 test_pass_pop(); in alloc_try_nid_exact_address_generic_check()
235 test_pass_pop(); in alloc_try_nid_top_down_narrow_range_check()
279 test_pass_pop(); in alloc_try_nid_low_max_generic_check()
331 test_pass_pop(); in alloc_try_nid_min_reserved_generic_check()
381 test_pass_pop(); in alloc_try_nid_max_reserved_generic_check()
447 test_pass_pop(); in alloc_try_nid_top_down_reserved_with_space_check()
507 test_pass_pop(); in alloc_try_nid_reserved_full_merge_generic_check()
574 test_pass_pop(); in alloc_try_nid_top_down_reserved_no_space_check()
[all …]
Dalloc_helpers_api.c41 test_pass_pop(); in alloc_from_simple_generic_check()
85 test_pass_pop(); in alloc_from_misaligned_generic_check()
130 test_pass_pop(); in alloc_from_top_down_high_addr_check()
177 test_pass_pop(); in alloc_from_top_down_no_space_above_check()
213 test_pass_pop(); in alloc_from_top_down_min_addr_cap_check()
256 test_pass_pop(); in alloc_from_bottom_up_high_addr_check()
302 test_pass_pop(); in alloc_from_bottom_up_no_space_above_check()
335 test_pass_pop(); in alloc_from_bottom_up_min_addr_cap_check()
Dcommon.h136 static inline void test_pass_pop(void) in test_pass_pop() function