Home
last modified time | relevance | path

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

/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c138 static unsigned long xpc_hb_check_timeout; variable
188 if (time_is_before_eq_jiffies(xpc_hb_check_timeout)) in xpc_hb_beater()
256 xpc_hb_check_timeout = jiffies + (xpc_hb_check_interval * HZ); in xpc_hb_checker()
263 (int)(xpc_hb_check_timeout - jiffies), in xpc_hb_checker()
267 if (time_is_before_eq_jiffies(xpc_hb_check_timeout)) { in xpc_hb_checker()
268 xpc_hb_check_timeout = jiffies + in xpc_hb_checker()
286 xpc_hb_check_timeout) || in xpc_hb_checker()