Home
last modified time | relevance | path

Searched refs:TIMER_INITIALIZER (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dtimer.h63 #define TIMER_INITIALIZER(_function, _expires, _data) { \ macro
89 TIMER_INITIALIZER(_function, _expires, _data)
Dworkqueue.h127 .timer = TIMER_INITIALIZER(NULL, 0, 0), \