init_timer(9)
NAME
init_timer - initialize a timer.
SYNOPSIS
void init_timer(struct timer_list * timer);
ARGUMENTS
- timer
- the timer to be initialized
DESCRIPTION
init_timer must be done to a timer prior calling *any* of the other
timer functions.
init_timer - initialize a timer.
void init_timer(struct timer_list * timer);
init_timer must be done to a timer prior calling *any* of the other
timer functions.