Analyse and explore linux
Component FORCE_MAX_ZONEORDER

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

Description: Maximum zone order

Build project: Kconfig (Linux kconfig) (Path: arch\arc\Kconfig )

Other views: file explorer

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

Description: Maximum zone order

More info: The kernel memory allocator divides physically contiguous memory blocks into "zones", where each zone is a power of two number of pages. This option selects the largest power of two that the kernel keeps in the memory allocator. If you need to allocate very large blocks of physically contiguous memory, then you may need to increase this value. This config option is actually maximum order plus one. For example, a value of 11 means that the largest free memory block is 2^10 pages.

Build project: Kconfig (Linux kconfig) (Path: arch\arm\Kconfig )

Other views: file explorer

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

More info: The kernel memory allocator divides physically contiguous memory blocks into "zones", where each zone is a power of two number of pages. This option selects the largest power of two that the kernel keeps in the memory allocator. If you need to allocate very large blocks of physically contiguous memory, then you may need to increase this value. This config option is actually maximum order plus one. For example, a value of 11 means that the largest free memory block is 2^10 pages. We make sure that we can allocate upto a HugePage size for each configuration. Hence we have : MAX_ORDER = (PMD_SHIFT - PAGE_SHIFT) + 1 => PAGE_SHIFT - 2 However for 4K, we choose a higher default value, 11 as opposed to 10, giving us 4M allocations matching the default size used by generic code.

Build project: Kconfig (Linux kconfig) (Path: arch\arm64\Kconfig )

Other views: file explorer

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

Description: Maximum zone order

Build project: Kconfig (Linux kconfig) (Path: arch\csky\Kconfig )

Other views: file explorer

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

Description: MAX_ORDER (11 - 17)

Build project: Kconfig (Linux kconfig) (Path: arch\ia64\Kconfig )

Other views: file explorer

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

Description: Maximum zone order

More info: The kernel memory allocator divides physically contiguous memory blocks into "zones", where each zone is a power of two number of pages. This option selects the largest power of two that the kernel keeps in the memory allocator. If you need to allocate very large blocks of physically contiguous memory, then you may need to increase this value. For systems that have holes in their physical address space this value also defines the minimal size of the hole that allows freeing unused memory map. This config option is actually maximum order plus one. For example, a value of 11 means that the largest free memory block is 2^10 pages.

Build project: Kconfig (Linux kconfig) (Path: arch\m68k\Kconfig )

Other views: file explorer

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

Description: Maximum zone order

Build project: Kconfig (Linux kconfig) (Path: arch\mips\Kconfig )

Other views: file explorer

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

Description: Maximum zone order

More info: The kernel memory allocator divides physically contiguous memory blocks into "zones", where each zone is a power of two number of pages. This option selects the largest power of two that the kernel keeps in the memory allocator. If you need to allocate very large blocks of physically contiguous memory, then you may need to increase this value. This config option is actually maximum order plus one. For example, a value of 11 means that the largest free memory block is 2^10 pages.

Build project: Kconfig (Linux kconfig) (Path: arch\nios2\Kconfig )

Other views: file explorer

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

Description: Maximum zone order

Build project: Kconfig (Linux kconfig) (Path: arch\powerpc\Kconfig )

Other views: file explorer

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

Description: Maximum zone order

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

Other views: file explorer

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

Description: Maximum zone order

More info: The kernel memory allocator divides physically contiguous memory blocks into "zones", where each zone is a power of two number of pages. This option selects the largest power of two that the kernel keeps in the memory allocator. If you need to allocate very large blocks of physically contiguous memory, then you may need to increase this value. This config option is actually maximum order plus one. For example, a value of 13 means that the largest free memory block is 2^12 pages.

Build project: Kconfig (Linux kconfig) (Path: arch\sparc\Kconfig )

Other views: file explorer

Component FORCE_MAX_ZONEORDER

Component Type: kbuild config

Description: Maximum zone order

More info: The kernel memory allocator divides physically contiguous memory blocks into "zones", where each zone is a power of two number of pages. This option selects the largest power of two that the kernel keeps in the memory allocator. If you need to allocate very large blocks of physically contiguous memory, then you may need to increase this value. This config option is actually maximum order plus one. For example, a value of 11 means that the largest free memory block is 2^10 pages.

Build project: Kconfig (Linux kconfig) (Path: arch\xtensa\Kconfig )

Other views: file explorer

Generated by PFA software prototype