Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtimer.h64 #define __TIMER_INITIALIZER(_function, _flags) { \ macro
74 __TIMER_INITIALIZER(_function, 0)
Dkthread.h121 .timer = __TIMER_INITIALIZER(kthread_delayed_work_timer_fn,\
Dworkqueue.h193 .timer = __TIMER_INITIALIZER(delayed_work_timer_fn,\