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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_main.c167 static unsigned long xpc_hb_check_timeout; variable
233 if (jiffies >= xpc_hb_check_timeout) {
260 xpc_hb_check_timeout = jiffies + (xpc_hb_check_interval * HZ);
266 (int) (xpc_hb_check_timeout - jiffies),
271 if (jiffies >= xpc_hb_check_timeout) {
278 * must always reset xpc_hb_check_timeout.
290 "resetting xpc_hb_check_timeout\n");
299 xpc_hb_check_timeout = jiffies +
306 jiffies >= xpc_hb_check_timeout ||

Completed in 38 milliseconds