1ADD_TIMER_ON(9)                  Driver Basics                 ADD_TIMER_ON(9)
2
3
4

NAME

6       add_timer_on - start a timer on a particular CPU
7

SYNOPSIS

9       void add_timer_on(struct timer_list * timer, int cpu);
10

ARGUMENTS

12       timer
13           the timer to be added
14
15       cpu
16           the CPU to start it on
17

DESCRIPTION

19       This is not very scalable on SMP. Double adds are not possible.
20
22Kernel Hackers Manual 3.10         June 2019                   ADD_TIMER_ON(9)
Impressum