Searched refs:bottom_up (Results 1 – 4 of 4) sorted by relevance
349 bool bottom_up = false, top_down = false; in __reserved_mem_alloc_in_range() local365 bottom_up = true; in __reserved_mem_alloc_in_range()377 if (bottom_up != top_down) in __reserved_mem_alloc_in_range()378 memblock_set_bottom_up(bottom_up); in __reserved_mem_alloc_in_range()384 if (bottom_up != top_down) in __reserved_mem_alloc_in_range()
58 memblock.bottom_up = false; in reset_memblock_attributes()
27 ASSERT_EQ(memblock.bottom_up, false); in memblock_initialization_check()2130 ASSERT_EQ(memblock.bottom_up, false); in memblock_set_bottom_up_check()2132 ASSERT_EQ(memblock.bottom_up, true); in memblock_set_bottom_up_check()2145 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up); in memblock_bottom_up_check()2148 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up); in memblock_bottom_up_check()
138 .bottom_up = false,