Query: add_timer
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ADD_TIMER(9) Driver Basics ADD_TIMER(9)NAMEadd_timer - start a timerSYNOPSISvoid add_timer(struct timer_list * timer);ARGUMENTStimer the timer to be addedDESCRIPTIONThe kernel will do a ->function(->data) callback from the timer interrupt at the ->expires point in the future. The current time is 'jiffies'. The timer's ->expires, ->function (and if the handler uses it, ->data) fields must be set prior calling this function. Timers with an ->expires field in the past will be executed in the next timer tick.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ADD_TIMER(9)
| Related Man Pages | 
|---|
| del_timer_sync(9) - centos | 
| schedule_hrtimeout_range(9) - centos | 
| iv_timer_unregister(3) - debian | 
| setitimer(2) - hpux | 
| mktimer(3c) - hpux | 
| Similar Topics in the Unix Linux Community | 
|---|
| Doubts about timers in linux kernel | 
| Kernel panics : trying to write / read on tiny tty driver | 
| Forum Trivial Pursuit - New Computer Science and Mathematics Trivia for UNIX.com |