Query: add_timer
OS: suse
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 2.6. July 2010 ADD_TIMER(9)
Related Man Pages |
---|
setitimer(2) - redhat |
del_timer_sync(9) - centos |
gettimer(3c) - hpux |
struct_hrtimer(9) - suse |
timer_create(3) - osf1 |
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 |