Home
last modified time | relevance | path

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

/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_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()
Dalloc_exact_nid_api.c59 test_pass_pop(); in alloc_exact_nid_top_down_numa_simple_check()
115 test_pass_pop(); in alloc_exact_nid_top_down_numa_part_reserved_check()
172 test_pass_pop(); in alloc_exact_nid_top_down_numa_split_range_low_check()
229 test_pass_pop(); in alloc_exact_nid_top_down_numa_no_overlap_split_check()
286 test_pass_pop(); in alloc_exact_nid_top_down_numa_no_overlap_low_check()
328 test_pass_pop(); in alloc_exact_nid_bottom_up_numa_simple_check()
386 test_pass_pop(); in alloc_exact_nid_bottom_up_numa_part_reserved_check()
443 test_pass_pop(); in alloc_exact_nid_bottom_up_numa_split_range_low_check()
500 test_pass_pop(); in alloc_exact_nid_bottom_up_numa_no_overlap_split_check()
558 test_pass_pop(); in alloc_exact_nid_bottom_up_numa_no_overlap_low_check()
[all …]
Dalloc_nid_api.c94 test_pass_pop(); in alloc_nid_top_down_simple_check()
147 test_pass_pop(); in alloc_nid_top_down_end_misaligned_check()
197 test_pass_pop(); in alloc_nid_exact_address_generic_check()
246 test_pass_pop(); in alloc_nid_top_down_narrow_range_check()
290 test_pass_pop(); in alloc_nid_low_max_generic_check()
342 test_pass_pop(); in alloc_nid_min_reserved_generic_check()
392 test_pass_pop(); in alloc_nid_max_reserved_generic_check()
458 test_pass_pop(); in alloc_nid_top_down_reserved_with_space_check()
518 test_pass_pop(); in alloc_nid_reserved_full_merge_generic_check()
585 test_pass_pop(); in alloc_nid_top_down_reserved_no_space_check()
[all …]
Dcommon.h143 static inline void test_pass_pop(void) in test_pass_pop() function