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

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

Completed in 273 milliseconds