Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtimer.h98 extern void init_timer_on_stack_key(struct timer_list *timer,
104 static inline void init_timer_on_stack_key(struct timer_list *timer, in init_timer_on_stack_key() function
122 init_timer_on_stack_key((_timer), (_flags), #_timer, &__key); \
128 init_timer_on_stack_key((_timer), (_flags), NULL, NULL)
/linux-4.1.27/kernel/time/
Dtimer.c620 void init_timer_on_stack_key(struct timer_list *timer, unsigned int flags, in init_timer_on_stack_key() function
626 EXPORT_SYMBOL_GPL(init_timer_on_stack_key);