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

CONFIG_NO_IDLE_HZ:

General informations

The Linux kernel configuration item CONFIG_NO_IDLE_HZ has multiple definitions:

found in arch/ia64/xen/Kconfig

The configuration item CONFIG_NO_IDLE_HZ:

Help text

(none)

Dynamic tick timer found in arch/arm/Kconfig

The configuration item CONFIG_NO_IDLE_HZ:

Help text

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.

No HZ timer ticks in idle found in arch/s390/Kconfig

The configuration item CONFIG_NO_IDLE_HZ:

Help text

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.

Dynamic tick timer found in arch/sh/Kconfig

The configuration item CONFIG_NO_IDLE_HZ:

Help text

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.

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

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