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

CONFIG_ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON: Invalidate zswap entries when pages are loaded

General informations

The Linux kernel configuration item CONFIG_ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON:

Help text

If selected, exclusive loads for zswap will be enabled at boot, otherwise it will be disabled.

If exclusive loads are enabled, when a page is loaded from zswap, the zswap entry is invalidated at once, as opposed to leaving it in zswap until the swap entry is freed.

This avoids having two copies of the same page in memory (compressed and uncompressed) after faulting in a page from zswap. The cost is that if the page was never dirtied and needs to be swapped out again, it will be re-compressed.

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 - Z index

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