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

/drivers/misc/sgi-xp/
H A Dxpc_main.c144 static unsigned long xpc_hb_check_timeout; variable
193 if (time_is_before_eq_jiffies(xpc_hb_check_timeout))
262 xpc_hb_check_timeout = jiffies + (xpc_hb_check_interval * HZ);
269 (int)(xpc_hb_check_timeout - jiffies),
273 if (time_is_before_eq_jiffies(xpc_hb_check_timeout)) {
274 xpc_hb_check_timeout = jiffies +
299 xpc_hb_check_timeout) ||

Completed in 11 milliseconds