centos man page for add_timer

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)

NAME
add_timer - start a timer
SYNOPSIS
void add_timer(struct timer_list * timer);
ARGUMENTS
timer the timer to be added
DESCRIPTION
The 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ADD_TIMER(9)
Related Man Pages
iv_timer_unregister(3) - debian
iv_timer_register(3) - debian
gettimer(3c) - hpux
timer_create(3) - osf1
sdl::time(3pm) - debian
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