mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-09-25 18:09:46 +10:00
This test is aimed at verifying the memblock_alloc_node() to work as expected, so setting the correct NUMA node for the new allocated region. The memblock_alloc_node() is called directly without using any stub. The core check is between the requested NUMA node and the `nid` field inside the memblock_region structure. These two are supposed to be equal for the test to succeed. Signed-off-by: Claudio Migliorelli <claudio.migliorelli@mail.polimi.it> Link: https://lore.kernel.org/r/ea5e938e-6b74-b188-af59-4b94b18bc0@mail.polimi.it Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org> |
||
---|---|---|
.. | ||
alloc_api.c | ||
alloc_api.h | ||
alloc_exact_nid_api.c | ||
alloc_exact_nid_api.h | ||
alloc_helpers_api.c | ||
alloc_helpers_api.h | ||
alloc_nid_api.c | ||
alloc_nid_api.h | ||
basic_api.c | ||
basic_api.h | ||
common.c | ||
common.h |