1ADD_TIMER_ON(9) Driver Basics ADD_TIMER_ON(9)
23
4
NAME
6add_timer_on - start a timer on a particular CPU
7
SYNOPSIS
9void add_timer_on(struct timer_list * timer, int cpu);
10
ARGUMENTS
12timer
13the timer to be added
1415
cpu
16the CPU to start it on
17
DESCRIPTION
19This is not very scalable on SMP. Double adds are not possible.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 ADD_TIMER_ON(9)