Kernel timers or Kernel event timers
Used by kernel, mostly by device drivers to detect anomalous conditions
- Function calls scheduled at a specified/predefined time
- Dynamically created and destroyed.
- No limit for the number of currently active dynamic timers
Linux time management usages