Searched refs:__TIMER_INITIALIZER (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | timer.h | 73 #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 D | workqueue.h | 166 .timer = __TIMER_INITIALIZER(delayed_work_timer_fn, \
|
/linux-4.1.27/kernel/time/ |
H A D | timer.c | 94 * __TIMER_INITIALIZER() needs to set ->base to a valid pointer (because we've
|
Completed in 63 milliseconds