Searched refs:TIMER_INITIALIZER (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | timer.h | 84 #define TIMER_INITIALIZER(_function, _expires, _data) \ macro 92 TIMER_INITIALIZER(_function, _expires, _data)
|
/linux-4.1.27/drivers/watchdog/ |
H A D | softdog.c | 82 TIMER_INITIALIZER(watchdog_fire, 0, 0);
|
/linux-4.1.27/drivers/char/ |
H A D | tlclk.c | 189 TIMER_INITIALIZER(switchover_timeout , 0, 0);
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | numa.c | 1497 TIMER_INITIALIZER(topology_timer_fn, 0, 0);
|
Completed in 91 milliseconds