Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SLUB_CPU_PARTIAL
has multiple definitions:
mm/Kconfig
The configuration item CONFIG_SLUB_CPU_PARTIAL:
CONFIG_SMP && ! CONFIG_SLUB_TINY
Per cpu partial caches accelerate objects allocation and freeing that is local to a processor at the price of more indeterminism in the latency of the free. On overflow these caches will be cleared which requires the taking of locks that may cause latency spikes. Typically one would choose no for a realtime system.
mm/Kconfig
The configuration item CONFIG_SLUB_CPU_PARTIAL:
CONFIG_SLUB && CONFIG_SMP && ! CONFIG_SLUB_TINY
Per cpu partial caches accelerate objects allocation and freeing that is local to a processor at the price of more indeterminism in the latency of the free. On overflow these caches will be cleared which requires the taking of locks that may cause latency spikes. Typically one would choose no for a realtime system.
init/Kconfig
The configuration item CONFIG_SLUB_CPU_PARTIAL:
CONFIG_SLUB && CONFIG_SMP
Per cpu partial caches accelerate objects allocation and freeing that is local to a processor at the price of more indeterminism in the latency of the free. On overflow these caches will be cleared which requires the taking of locks that may cause latency spikes. Typically one would choose no for a realtime system.
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 - S index
Automatically generated (in year 2024). See also LKDDb sources on GitLab