Home
last modified time | relevance | path

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

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