Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEFERRED_STRUCT_PAGE_INIT
has multiple definitions:
mm/Kconfig
The configuration item CONFIG_DEFERRED_STRUCT_PAGE_INIT:
( CONFIG_SPARSEMEM ) && (! CONFIG_NEED_PER_CPU_KM ) && ( CONFIG_64BIT ) && (! CONFIG_KMSAN )
Ordinarily all struct pages are initialised during early boot in a single thread. On very large machines this can take a considerable amount of time. If this option is set, large machines will bring up a subset of memmap at boot and then initialise the rest in parallel. This has a potential performance impact on tasks running early in the lifetime of the system until these kthreads finish the initialisation.
mm/Kconfig
The configuration item CONFIG_DEFERRED_STRUCT_PAGE_INIT:
( CONFIG_ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT ) && ( CONFIG_MEMORY_HOTPLUG )
Ordinarily all struct pages are initialised during early boot in a single thread. On very large machines this can take a considerable amount of time. If this option is set, large machines will bring up a subset of memmap at boot and then initialise the rest in parallel when kswapd starts. This has a potential performance impact on processes running early in the lifetime of the systemm until kswapd finishes the initialisation.
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 - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab