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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_timer.c34 #define SLOW_INTERVAL (HZ/2) macro
40 sk->timer.expires = jiffies + SLOW_INTERVAL;
78 if (scp->persist <= SLOW_INTERVAL) {
84 scp->persist -= SLOW_INTERVAL;
104 sk->timer.expires = jiffies + SLOW_INTERVAL;

Completed in 16 milliseconds