Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/sgi-xp/
Dxpc_main.c138 static unsigned long xpc_hb_check_timeout; variable
187 if (time_is_before_eq_jiffies(xpc_hb_check_timeout)) in xpc_hb_beater()
255 xpc_hb_check_timeout = jiffies + (xpc_hb_check_interval * HZ); in xpc_hb_checker()
262 (int)(xpc_hb_check_timeout - jiffies), in xpc_hb_checker()
266 if (time_is_before_eq_jiffies(xpc_hb_check_timeout)) { in xpc_hb_checker()
267 xpc_hb_check_timeout = jiffies + in xpc_hb_checker()
285 xpc_hb_check_timeout) || in xpc_hb_checker()