Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - H index
The Linux kernel configuration item CONFIG_HAVE_PREEMPT_DYNAMIC_CALL
:
CONFIG_HAVE_STATIC_CALL
An architecture should select this if it can handle the preemption model being selected at boot time using static calls.
Where an architecture selects HAVE_STATIC_CALL_INLINE, any call to a preemption function will be patched directly.
Where an architecture does not select HAVE_STATIC_CALL_INLINE, any call to a preemption function will go through a trampoline, and the trampoline will be patched.
It is strongly advised to support inline static call to avoid any overhead.
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 - H index
Automatically generated (in year 2024). See also LKDDb sources on GitLab