Searched refs:__TIMER_INITIALIZER (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ |
D | timer.h | 67 #define __TIMER_INITIALIZER(_function, _expires, _data, _flags) { \ macro 79 __TIMER_INITIALIZER((_function), (_expires), (_data), 0) 82 __TIMER_INITIALIZER((_function), (_expires), (_data), TIMER_DEFERRABLE)
|
D | workqueue.h | 166 .timer = __TIMER_INITIALIZER(delayed_work_timer_fn, \
|