Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtimer.h84 extern void init_timer_on_stack_key(struct timer_list *timer,
89 static inline void init_timer_on_stack_key(struct timer_list *timer, in init_timer_on_stack_key() function
109 init_timer_on_stack_key((_timer), (_fn), (_flags), \
116 init_timer_on_stack_key((_timer), (_fn), (_flags), NULL, NULL)
/Linux-v4.19/kernel/time/
Dtimer.c732 void init_timer_on_stack_key(struct timer_list *timer, in init_timer_on_stack_key() function
740 EXPORT_SYMBOL_GPL(init_timer_on_stack_key);