Analyse and explore linux
Component DEFERRED_STRUCT_PAGE_INIT

Component Type: kbuild config

Description: Defer initialisation of struct pages to kthreads

More info: 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.

Build project: Kconfig (Linux kconfig) (Path: mm\Kconfig )

Other views: file explorer

Generated by PFA software prototype