Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index

CONFIG_SLUB_CPU_PARTIAL: Enable per cpu partial caches

General informations

The Linux kernel configuration item CONFIG_SLUB_CPU_PARTIAL has multiple definitions:

Enable per cpu partial caches found in mm/Kconfig

The configuration item CONFIG_SLUB_CPU_PARTIAL:

Help text

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.

SLUB per cpu partial cache found in mm/Kconfig

The configuration item CONFIG_SLUB_CPU_PARTIAL:

Help text

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.

SLUB per cpu partial cache found in init/Kconfig

The configuration item CONFIG_SLUB_CPU_PARTIAL:

Help text

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.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index

Automatically generated (in year 2024). See also LKDDb sources on GitLab