Searched refs:__TIMER_INITIALIZER (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dtimer.h73 #define __TIMER_INITIALIZER(_function, _expires, _data, _flags) { \ macro
85 __TIMER_INITIALIZER((_function), (_expires), (_data), 0)
88 __TIMER_INITIALIZER((_function), (_expires), (_data), TIMER_DEFERRABLE)
H A Dworkqueue.h166 .timer = __TIMER_INITIALIZER(delayed_work_timer_fn, \
/linux-4.1.27/kernel/time/
H A Dtimer.c94 * __TIMER_INITIALIZER() needs to set ->base to a valid pointer (because we've

Completed in 401 milliseconds