Searched refs:TIMER_INITIALIZER (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/net/dccp/ |
D | minisocks.c | 33 .tw_timer = TIMER_INITIALIZER(inet_twdr_hangman, 0, 40 .twcal_timer = TIMER_INITIALIZER(inet_twdr_twcal_tick, 0,
|
/linux-2.6.39/include/linux/ |
D | timer.h | 63 #define TIMER_INITIALIZER(_function, _expires, _data) { \ macro 89 TIMER_INITIALIZER(_function, _expires, _data)
|
D | workqueue.h | 127 .timer = TIMER_INITIALIZER(NULL, 0, 0), \
|
/linux-2.6.39/drivers/watchdog/ |
D | softdog.c | 91 TIMER_INITIALIZER(watchdog_fire, 0, 0);
|
/linux-2.6.39/net/ipv4/ |
D | tcp_minisocks.c | 40 .tw_timer = TIMER_INITIALIZER(inet_twdr_hangman, 0, 47 .twcal_timer = TIMER_INITIALIZER(inet_twdr_twcal_tick, 0,
|
/linux-2.6.39/drivers/char/ |
D | tlclk.c | 189 TIMER_INITIALIZER(switchover_timeout , 0, 0);
|
/linux-2.6.39/drivers/rapidio/ |
D | rio-scan.c | 53 TIMER_INITIALIZER(rio_enum_timeout, 0, 0);
|
/linux-2.6.39/arch/powerpc/mm/ |
D | numa.c | 1503 TIMER_INITIALIZER(topology_timer_fn, 0, 0);
|