Home
last modified time | relevance | path

Searched refs:bottom_up (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/of/
H A Dof_reserved_mem.c90 bool bottom_up = false, top_down = false; in __reserved_mem_alloc_in_range() local
106 bottom_up = true; in __reserved_mem_alloc_in_range()
118 if (bottom_up != top_down) in __reserved_mem_alloc_in_range()
119 memblock_set_bottom_up(bottom_up); in __reserved_mem_alloc_in_range()
125 if (bottom_up != top_down) in __reserved_mem_alloc_in_range()
/kernel/linux/linux-5.10/include/linux/
H A Dmemblock.h76 * @bottom_up: is bottom up direction?
82 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()
/kernel/linux/linux-6.6/include/linux/
H A Dmemblock.h86 * @bottom_up: is bottom up direction?
92 bool bottom_up; /* is bottom up direction? */ member
466 memblock.bottom_up = enable; in memblock_set_bottom_up()
476 return memblock.bottom_up; in memblock_bottom_up()
/kernel/linux/linux-6.6/tools/testing/memblock/tests/
H A Dcommon.c58 memblock.bottom_up = false; in reset_memblock_attributes()
H 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()
1901 test_print("Running memblock_*bottom_up tests...\n"); in memblock_bottom_up_checks()
/kernel/linux/linux-5.10/mm/
H A Dmemblock.c122 .bottom_up = false,
/kernel/linux/linux-6.6/mm/
H A Dmemblock.c126 .bottom_up = false,

Completed in 12 milliseconds