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

CONFIG_HAVE_PREEMPT_DYNAMIC_KEY:

General informations

The Linux kernel configuration item CONFIG_HAVE_PREEMPT_DYNAMIC_KEY:

Help text

An architecture should select this if it can handle the preemption model being selected at boot time using static keys.

Each preemption function will be given an early return based on a static key. This should have slightly lower overhead than non-inline static calls, as this effectively inlines each trampoline into the start of its callee. This may avoid redundant work, and may integrate better with CFI schemes.

This will have greater overhead than using inline static calls as the call to the preemption function cannot be entirely elided.

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

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