Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/memblock/tests/
Dalloc_exact_nid_api.c50 ASSERT_MEM_NE(allocated_ptr, 0, size); in alloc_exact_nid_top_down_numa_simple_check()
106 ASSERT_MEM_NE(allocated_ptr, 0, size); in alloc_exact_nid_top_down_numa_part_reserved_check()
163 ASSERT_MEM_NE(allocated_ptr, 0, size); in alloc_exact_nid_top_down_numa_split_range_low_check()
220 ASSERT_MEM_NE(allocated_ptr, 0, size); in alloc_exact_nid_top_down_numa_no_overlap_split_check()
278 ASSERT_MEM_NE(allocated_ptr, 0, size); in alloc_exact_nid_top_down_numa_no_overlap_low_check()
319 ASSERT_MEM_NE(allocated_ptr, 0, size); in alloc_exact_nid_bottom_up_numa_simple_check()
377 ASSERT_MEM_NE(allocated_ptr, 0, size); in alloc_exact_nid_bottom_up_numa_part_reserved_check()
434 ASSERT_MEM_NE(allocated_ptr, 0, size); in alloc_exact_nid_bottom_up_numa_split_range_low_check()
491 ASSERT_MEM_NE(allocated_ptr, 0, size); in alloc_exact_nid_bottom_up_numa_no_overlap_split_check()
549 ASSERT_MEM_NE(allocated_ptr, 0, size); in alloc_exact_nid_bottom_up_numa_no_overlap_low_check()
[all …]
Dcommon.h99 #define ASSERT_MEM_NE(_seen, _expected, _size) do { \ macro
168 ASSERT_MEM_NE(mem, 0, size); in assert_mem_content()