Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmemblock.h92 bool bottom_up; /* is bottom up direction? */ member
465 memblock.bottom_up = enable; in memblock_set_bottom_up()
475 return memblock.bottom_up; in memblock_bottom_up()
/linux-6.3-rc2/tools/testing/memblock/tests/
A Dcommon.c58 memblock.bottom_up = false; in reset_memblock_attributes()
A Dbasic_api.c27 ASSERT_EQ(memblock.bottom_up, false); in memblock_initialization_check()
1872 ASSERT_EQ(memblock.bottom_up, false); in memblock_set_bottom_up_check()
1874 ASSERT_EQ(memblock.bottom_up, true); in memblock_set_bottom_up_check()
1887 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up); in memblock_bottom_up_check()
1890 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up); in memblock_bottom_up_check()
/linux-6.3-rc2/mm/
A Dmemblock.c126 .bottom_up = false,

Completed in 11 milliseconds