table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
INIT_TIMER_KEY(9) | Driver Basics | INIT_TIMER_KEY(9) |
NAME¶
init_timer_key - initialize a timerSYNOPSIS¶
void
init_timer_key(struct timer_list * timer,
unsigned int flags,
const char * name,
struct lock_class_key * key);
ARGUMENTS¶
timerthe timer to be initialized
flags
timer flags
name
name of the timer
key
lockdep class key of the fake lock used for
tracking timer sync lock dependencies
DESCRIPTION¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |