Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - N index
The Linux kernel configuration item CONFIG_NO_IDLE_HZ
has multiple definitions:
arch/ia64/xen/Kconfig
The configuration item CONFIG_NO_IDLE_HZ:
CONFIG_XEN
(none)
arch/arm/Kconfig
The configuration item CONFIG_NO_IDLE_HZ:
! CONFIG_GENERIC_CLOCKEVENTS
Select this option if you want to disable continuous timer ticks and have them programmed to occur as required. This option saves power as the system can remain in idle state for longer.
By default dynamic tick is disabled during the boot, and can be manually enabled with:
echo 1 > /sys/devices/system/timer/timer0/dyn_tick
Alternatively, if you want dynamic tick automatically enabled during boot, pass "dyntick=enable" via the kernel command string.
Please note that dynamic tick may affect the accuracy of timekeeping on some platforms depending on the implementation. Currently at least OMAP, PXA2xx and SA11x0 platforms are known to have accurate timekeeping with dynamic tick.
arch/s390/Kconfig
The configuration item CONFIG_NO_IDLE_HZ:
(none)
Switches the regular HZ timer off when the system is going idle. This helps z/VM to detect that the Linux system is idle. VM can then "swap-out" this guest which reduces memory usage. It also reduces the overhead of idle systems.
The HZ timer can be switched on/off via /proc/sys/kernel/hz_timer. hz_timer=0 means HZ timer is disabled. hz_timer=1 means HZ timer is active.
arch/sh/Kconfig
The configuration item CONFIG_NO_IDLE_HZ:
(none)
Select this option if you want to disable continuous timer ticks and have them programmed to occur as required. This option saves power as the system can remain in idle state for longer.
By default dynamic tick is disabled during the boot, and can be manually enabled with:
echo 1 > /sys/devices/system/timer/timer0/dyn_tick
Alternatively, if you want dynamic tick automatically enabled during boot, pass "dyntick=enable" via the kernel command string.
Please note that dynamic tick may affect the accuracy of timekeeping on some platforms depending on the implementation.
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 - N index
Automatically generated (in year 2024). See also LKDDb sources on GitLab