Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c140 static unsigned long xpc_hb_check_timeout; variable
189 if (time_is_before_eq_jiffies(xpc_hb_check_timeout)) in xpc_hb_beater()
257 xpc_hb_check_timeout = jiffies + (xpc_hb_check_interval * HZ); in xpc_hb_checker()
264 (int)(xpc_hb_check_timeout - jiffies), in xpc_hb_checker()
268 if (time_is_before_eq_jiffies(xpc_hb_check_timeout)) { in xpc_hb_checker()
269 xpc_hb_check_timeout = jiffies + in xpc_hb_checker()
287 xpc_hb_check_timeout) || in xpc_hb_checker()