uCLinux: Tick Rate
With a large number of kernel functions are time-driven, the time management in kernel is very important. The frequency of the system timer (tick rate) is programmed on system boot basedĀ on a static preprocessor define, HZ. The value of HZ is architecture-dependent, and it isĀ defined in: <asm/param.h>. The tick rate Read more…