First page Back Continue Last page Overview Graphics
Software timers
A software facility that allows functions to be invoked at some future time, after a given time interval has elapsed
Based on the Programmable Interval Timer (PIT), an I/O circuit that issues a timer interrupt at a fixed frequency (in Linux 2.4, every 10 msec)
add_timer() and del_timer() kernel functions available to I/O driver designers