Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H A Dxpc_main.c150 static struct timer_list xpc_hb_timer; variable
201 xpc_hb_timer.expires = jiffies + (xpc_hb_interval * HZ); in xpc_hb_beater()
202 add_timer(&xpc_hb_timer); in xpc_hb_beater()
209 timer_setup(&xpc_hb_timer, xpc_hb_beater, 0); in xpc_start_hb_beater()
216 del_timer_sync(&xpc_hb_timer); in xpc_stop_hb_beater()
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H A Dxpc_main.c141 static struct timer_list xpc_hb_timer; variable
192 xpc_hb_timer.expires = jiffies + (xpc_hb_interval * HZ); in xpc_hb_beater()
193 add_timer(&xpc_hb_timer); in xpc_hb_beater()
200 timer_setup(&xpc_hb_timer, xpc_hb_beater, 0); in xpc_start_hb_beater()
207 del_timer_sync(&xpc_hb_timer); in xpc_stop_hb_beater()

Completed in 3 milliseconds