Module timer

Source
Expand description

The timer support.

Structs§

Jiffies
Jiffies is a term used to denote the units of time measurement by the kernel.

Constants§

TIMER_FREQ
The timer frequency in Hz.

Functions§

register_callback_on_cpu
Registers a function that will be executed during the timer interrupt on the current CPU.