Searched refs:TIMER_INITIALIZER (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | timer.h | 78 #define TIMER_INITIALIZER(_function, _expires, _data) \ macro 86 TIMER_INITIALIZER(_function, _expires, _data)
|
/linux-4.4.14/drivers/watchdog/ |
D | softdog.c | 82 TIMER_INITIALIZER(watchdog_fire, 0, 0);
|
/linux-4.4.14/drivers/char/ |
D | tlclk.c | 189 TIMER_INITIALIZER(switchover_timeout , 0, 0);
|
/linux-4.4.14/arch/powerpc/mm/ |
D | numa.c | 1504 TIMER_INITIALIZER(topology_timer_fn, 0, 0);
|