Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtimer.h96 extern void init_timer_on_stack_key(struct timer_list *timer,
101 static inline void init_timer_on_stack_key(struct timer_list *timer, in init_timer_on_stack_key() function
121 init_timer_on_stack_key((_timer), (_fn), (_flags), \
128 init_timer_on_stack_key((_timer), (_fn), (_flags), NULL, NULL)
/openbmc/linux/kernel/time/
H A Dtimer.c800 void init_timer_on_stack_key(struct timer_list *timer, in init_timer_on_stack_key() function
808 EXPORT_SYMBOL_GPL(init_timer_on_stack_key);