Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtimer.h76 #define __TIMER_INITIALIZER(_function, _flags) { \ macro
86 __TIMER_INITIALIZER(_function, 0)
Dkthread.h124 .timer = __TIMER_INITIALIZER(kthread_delayed_work_timer_fn,\
Dworkqueue.h193 .timer = __TIMER_INITIALIZER(delayed_work_timer_fn,\