Rechercher une page de manuel
init_timer_key
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
init_timer_key - initialize a timerSYNOPSIS
- void init_timer_key(struct timer_list * timer, const char * name, struct lock_class_key * key);
ARGUMENTS
timer
- the timer to be initialized
name
- name of the timer
key
- lockdep class key of the fake lock used for tracking timer sync lock dependencies
DESCRIPTION
init_timer_key must be done to a timer prior calling *any* of the other timer functions.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre