Searched refs:xpc_hb_timer (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/misc/sgi-xp/
H A Dxpc_main.c149 static struct timer_list xpc_hb_timer; variable in typeref:struct:timer_list
200 xpc_hb_timer.expires = jiffies + (xpc_hb_interval * HZ); xpc_hb_beater()
201 add_timer(&xpc_hb_timer); xpc_hb_beater()
208 init_timer(&xpc_hb_timer); xpc_start_hb_beater()
209 xpc_hb_timer.function = xpc_hb_beater; xpc_start_hb_beater()
216 del_timer_sync(&xpc_hb_timer); xpc_stop_hb_beater()

Completed in 39 milliseconds