Home
last modified time | relevance | path

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

/drivers/misc/sgi-xp/
Dxpc_main.c149 static unsigned long xpc_hb_check_timeout; variable
198 if (time_is_before_eq_jiffies(xpc_hb_check_timeout)) in xpc_hb_beater()
266 xpc_hb_check_timeout = jiffies + (xpc_hb_check_interval * HZ); in xpc_hb_checker()
273 (int)(xpc_hb_check_timeout - jiffies), in xpc_hb_checker()
277 if (time_is_before_eq_jiffies(xpc_hb_check_timeout)) { in xpc_hb_checker()
278 xpc_hb_check_timeout = jiffies + in xpc_hb_checker()
296 xpc_hb_check_timeout) || in xpc_hb_checker()