Home
last modified time | relevance | path

Searched refs:init_timer_on_stack_key (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dtimer.h92 extern void init_timer_on_stack_key(struct timer_list *timer,
98 static inline void init_timer_on_stack_key(struct timer_list *timer, in init_timer_on_stack_key() function
116 init_timer_on_stack_key((_timer), (_flags), #_timer, &__key); \
122 init_timer_on_stack_key((_timer), (_flags), NULL, NULL)
/linux-4.4.14/kernel/time/
Dtimer.c634 void init_timer_on_stack_key(struct timer_list *timer, unsigned int flags, in init_timer_on_stack_key() function
640 EXPORT_SYMBOL_GPL(init_timer_on_stack_key);