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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dmpc8xxx_wdt.c73 static unsigned int timeout_sec; variable
94 mod_timer(&wdt_timer, jiffies + HZ * timeout_sec / 2);
167 return put_user(timeout_sec, p);
213 timeout_sec = (timeout * wdt_type->prescaler) / freq;
215 timeout_sec = timeout / freq;
225 timeout_sec);
H A Docteon-wdt-main.c73 /* The count needed to achieve timeout_sec. */
80 static unsigned int timeout_sec; variable
461 timeout_sec = max_timeout_sec;
468 while ((t % timeout_sec) != 0)
469 timeout_sec--;
471 periods = t / timeout_sec;
480 timeout_cnt = ((octeon_get_clock_rate() >> 8) * timeout_sec) >> 8;
686 pr_info("octeon_wdt: Initial granularity %d Sec.\n", timeout_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsocks.c103 const int timeout_sec = 5; local
137 tv.tv_sec = timeout_sec;
191 const int timeout_sec = 5; local
211 tv.tv_sec = timeout_sec;
291 const int timeout_sec = 5; local
310 tv.tv_sec = timeout_sec;
H A Dproxy.c71 const int timeout_sec,
98 tv.tv_sec = timeout_sec;
68 recv_line(socket_descriptor_t sd, char *buf, int len, const int timeout_sec, const bool verbose, struct buffer *lookahead, volatile int *signal_received) argument

Completed in 45 milliseconds