Searched refs:printmsg_time (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.c949 unsigned long printmsg_time, disengage_request_timeout = 0; local
979 printmsg_time = jiffies + (XPC_DISENGAGE_PRINTMSG_INTERVAL * HZ);
1005 if (time_after(jiffies, printmsg_time)) {
1011 printmsg_time = jiffies +
1106 long time, printmsg_time, disengage_request_timeout; local
1134 printmsg_time = time +
1160 if (time >= printmsg_time) {
1165 printmsg_time = time +

Completed in 41 milliseconds