Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - M index
The Linux kernel configuration item CONFIG_MIGRATION
has multiple definitions:
mm/Kconfig
The configuration item CONFIG_MIGRATION:
( CONFIG_NUMA || CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE || CONFIG_COMPACTION || CONFIG_CMA ) && CONFIG_MMU
Allows the migration of the physical location of pages of processes while the virtual addresses are not changed. This is useful in two situations. The first is on NUMA systems to put pages nearer to the processors accessing. The second is when allocating huge pages as migration can relocate pages to satisfy a huge page allocation instead of reclaiming.
mm/Kconfig
The configuration item CONFIG_MIGRATION:
( CONFIG_NUMA || CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE || CONFIG_COMPACTION || CONFIG_CMA ) && CONFIG_MMU
Allows the migration of the physical location of pages of processes while the virtual addresses are not changed. This is useful in two situations. The first is on NUMA systems to put pages nearer to the processors accessing. The second is when allocating huge pages as migration can relocate pages to satisfy a huge page allocation instead of reclaiming.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - M index
Automatically generated (in year 2024). See also LKDDb sources on GitLab