Searched refs:timeout (Results 76 - 100 of 1175) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dw83627hf_wdt.c47 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */
58 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */ variable
59 module_param(timeout, int, 0);
60 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds. 1<= timeout <=63, default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
114 printk (KERN_INFO PFX "Watchdog already running. Resetting timeout to %d sec\n", timeout);
115 outb_p(timeout, WDT_EFDR); /* Write back to CRF6 */
126 wdt_ctrl(int timeout) argument
[all...]
H A Dw83877f_wdt.c32 * made timeout (the emulated heartbeat) a module_param
37 * because this particular WDT has a very short timeout (1.6
70 * The W83877F seems to be fixed at 1.6s timeout (at least on the
82 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */
83 static int timeout = WATCHDOG_TIMEOUT; /* in seconds, will be multiplied by HZ to get seconds to wait for a ping */ variable
84 module_param(timeout, int, 0);
85 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds. (1<=timeout<=3600, default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
154 next_heartbeat = jiffies + (timeout * H
[all...]
H A Dalim1535_wdt.c27 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */
33 static u32 ali_timeout_bits; /* stores the computed timeout */
37 static int timeout = WATCHDOG_TIMEOUT; variable
38 module_param(timeout, int, 0);
39 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds. (0<timeout<18000, default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
101 * Computes the timeout values needed
116 timeout = t;
236 return put_user(timeout,
[all...]
H A Dw83697hf_wdt.c46 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */
57 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */ variable
58 module_param(timeout, int, 0);
59 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds. 1<= timeout <=255, default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
106 w83697hf_write_timeout(int timeout) argument
108 w83697hf_set_reg(0xF4, timeout); /* Write Timeout counter to CRF4 */
149 w83697hf_write_timeout(timeout);
162 w83697hf_write_timeout(timeout);
[all...]
H A Dwafer5823wdt.c44 #define WD_TIMO 60 /* 60 sec default timeout */
53 * To enable, write the timeout value in seconds (1 to 255) to I/O
62 static int timeout = WD_TIMO; /* in seconds */ variable
63 module_param(timeout, int, 0);
64 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds. 1<= timeout <=255, default=" __MODULE_STRING(WD_TIMO) ".");
82 outb_p(timeout, wdt_start);
149 timeout = new_timeout;
154 return put_user(timeout,
[all...]
H A Dmpc83xx_wdt.c43 static u16 timeout = 0xffff; variable
44 module_param(timeout, ushort, 0);
45 MODULE_PARM_DESC(timeout, "Watchdog timeout in ticks. (0<timeout<65536, default=65535");
93 tmp |= timeout << 16;
176 /* Calculate the timeout in seconds */
178 timeout_sec = (timeout * 0x10000) / (*freq);
180 timeout_sec = timeout / (*freq);
183 "mode:%s timeout
[all...]
H A Dsbc8360.c35 * Added timeout module option to override default
99 * Watchdog timeout configuration values:
198 static int timeout = 27; variable
203 module_param(timeout, int, 0);
204 MODULE_PARM_DESC(timeout, "Index into timeout table (0-63) (default=27 (60s))");
221 /* Set timeout multiplier */
336 if (timeout < 0 || timeout > 63) {
337 printk(KERN_ERR PFX "Invalid timeout inde
[all...]
H A Drm9k_wdt.c76 static int timeout = MAX_TIMEOUT_SECONDS; variable
77 module_param(timeout, int, 0444);
78 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds");
200 wdt_gpi_set_timeout(timeout);
203 printk(KERN_INFO "%s: watchdog started, timeout = %u seconds\n",
204 wdt_gpi_name, timeout);
224 wdt_gpi_set_timeout(timeout);
239 wdt_gpi_set_timeout(timeout);
292 wdt_gpi_set_timeout(timeout);
[all...]
H A Dsmsc37b787_wdt.c37 * reset the system (causing a reboot) after the timeout occurs.
81 static int timeout = 60; /* timeout value: default is 60 "units" */ variable
189 // Bit 2 Force Timeout: 1 = Forces WD timeout event (self-cleaning)
191 // 0 = P20 activity does not generate the WD timeout event
193 // controller, to force the WD timeout event.
222 // disable the timeout
260 // disable timeout
267 /* set timeout => enable watchdog */
275 // set Power LED to blink, if we enable the timeout
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dsulogin.c41 int timeout = 0; local
57 timeout = xatoi_u(timeout_arg);
93 cp = bb_askpass(timeout,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dselect.c9 * flag set in its personality we do *not* modify the given timeout
191 int do_select(int n, fd_set_bits *fds, s64 *timeout) argument
207 if (!*timeout)
268 if (retval || !*timeout || signal_pending(current))
275 if (*timeout < 0) {
278 } else if (unlikely(*timeout >= (s64)MAX_SCHEDULE_TIMEOUT - 1)) {
281 *timeout -= __timeout;
283 __timeout = *timeout;
284 *timeout = 0;
287 if (*timeout >
308 core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, s64 *timeout) argument
386 s64 timeout = -1; local
440 s64 timeout = MAX_SCHEDULE_TIMEOUT; local
581 do_poll(unsigned int nfds, struct poll_list *list, struct poll_wqueues *wait, s64 *timeout) argument
652 do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, s64 *timeout) argument
766 s64 timeout = -1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-ali1563.c69 int timeout; local
87 timeout = ALI1563_MAX_TIMEOUT;
90 while (((data = inb_p(SMB_HST_STS)) & HST_STS_BUSY) && --timeout);
98 if (timeout && !(data & HST_STS_BAD))
101 if (!timeout) {
116 /* Issue timeout, hoping it helps */
131 int timeout; local
154 timeout = ALI1563_MAX_TIMEOUT;
157 while (!((data = inb_p(SMB_HST_STS)) & HST_STS_DONE) && --timeout);
165 if (timeout
225 int timeout; local
[all...]
H A Di2c-mpc.c77 static int i2c_wait(struct mpc_i2c *i2c, unsigned timeout, int writing) argument
87 if (time_after(jiffies, orig_jiffies + timeout)) {
88 pr_debug("I2C: timeout\n");
98 (i2c->interrupt & CSR_MIF), timeout * HZ);
103 pr_debug("I2C: wait timeout\n");
162 unsigned timeout = i2c->adap.timeout; local
173 if (i2c_wait(i2c, timeout, 1) < 0)
180 if (i2c_wait(i2c, timeout, 1) < 0)
190 unsigned timeout local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dpscan.c38 const char *opt_timeout = "5000"; /* -t: default timeout in msec */
51 unsigned timeout; local
62 rtt_4 = timeout = xatou_range(opt_timeout, 1, INT_MAX/1000 / 4) * 1000;
65 DMSG("min_rtt %u timeout %u", min_rtt, timeout);
119 /* Estimate new rtt - we don't want to wait entire timeout
126 if (rtt_4 > timeout)
127 rtt_4 = timeout;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mlx4/
H A Dcmd.h144 u16 op, unsigned long timeout);
148 u8 op_modifier, u16 op, unsigned long timeout)
151 op_modifier, op, timeout);
157 unsigned long timeout)
160 op_modifier, op, timeout);
170 unsigned long timeout)
173 op_modifier, op, timeout);
147 mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout) argument
155 mlx4_cmd_box(struct mlx4_dev *dev, u64 in_param, u64 out_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout) argument
168 mlx4_cmd_imm(struct mlx4_dev *dev, u64 in_param, u64 *out_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpc.c27 static unsigned timeout; variable
82 timeout = 0;
106 timeout = INT_MAX;
200 "timeout\0" Required_argument "T"
210 client_config.timeout = 3;
259 client_config.timeout = xatoi_u(str_T);
308 tv.tv_sec = timeout - monotonic_sec();
334 /* timeout dropped to zero */
344 timeout = now + client_config.timeout;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_core.c34 unsigned long timeout; local
39 timeout = 1000;
42 if (--timeout == 0) {
44 snd_printk(KERN_ERR "AK4117 ready timeout (read)\n");
49 timeout = 1000;
52 if (--timeout == 0) {
54 snd_printk(KERN_ERR "AK4117 read timeout (read2)\n");
66 unsigned long timeout; local
70 timeout = 1000;
73 if (--timeout
262 int timeout = 40; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dbuildreq.c64 int timeout, int retries)
69 data->timeout = timeout;
195 int timeout = rc_conf_int("radius_timeout"); local
224 authserver->port[i], timeout, retries);
253 int timeout = rc_conf_int("radius_timeout"); local
268 authserver->port[i], timeout, retries);
299 int timeout = rc_conf_int("radius_timeout"); local
337 acctserver->port[i], timeout, retries);
382 int timeout local
63 rc_buildreq(SEND_DATA *data, int code, char *server, unsigned short port, int timeout, int retries) argument
420 int timeout = rc_conf_int("radius_timeout"); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c505.c131 static const char timeout_msg[] = "*** timeout at %s:%s (line %d) ***\n";
253 unsigned long timeout = jiffies + 10*HZ/100; local
257 } while (stat1 != inb_status(base_addr) && time_before(jiffies, timeout));
258 if (time_after_eq(jiffies, timeout))
277 unsigned long timeout; local
286 timeout = jiffies + 2*HZ/100;
287 while (time_before_eq(jiffies, timeout) && !(inb_status(dev->base_addr) & ACRF));
333 unsigned long timeout; local
335 for (timeout = jiffies + 5*HZ/100; time_before(jiffies, timeout);) {
345 unsigned int timeout; local
392 unsigned long timeout; local
478 unsigned long timeout; local
657 unsigned long timeout; local
936 unsigned long timeout = jiffies + TIMEOUT; local
955 unsigned long timeout = jiffies + TIMEOUT; local
1139 unsigned long timeout = jiffies + TIMEOUT; local
1250 unsigned long timeout = jiffies + TIMEOUT; local
1277 unsigned long timeout = jiffies + TIMEOUT; local
1400 unsigned long timeout; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dscsi_ioctl.c71 int timeout, err = get_user(timeout, p); local
74 q->sg_timeout = timeout * (HZ / USER_HZ);
228 unsigned long start_time, timeout; local
276 timeout = msecs_to_jiffies(hdr->timeout);
277 rq->timeout = (timeout < INT_MAX) ? timeout : INT_MAX;
278 if (!rq->timeout)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dtimeeventq.c47 AvahiTimeout *timeout; member in struct:AvahiTimeEventQueue
73 q->poll_api->timeout_update(q->timeout, &e->expiry);
75 q->poll_api->timeout_update(q->timeout, NULL);
78 static void expiration_event(AVAHI_GCC_UNUSED AvahiTimeout *timeout, void *userdata) { argument
132 if (!(q->timeout = poll_api->timeout_new(poll_api, NULL, expiration_event, q)))
158 q->poll_api->timeout_free(q->timeout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_netbios_ns.c41 static unsigned int timeout __read_mostly = 3;
42 module_param(timeout, uint, 0400);
43 MODULE_PARM_DESC(timeout, "timeout for master connection/replies in seconds");
97 nf_ct_refresh(ct, *pskb, timeout * HZ);
117 helper.timeout = timeout;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dnonstdio.c26 int xmon_expect(const char *str, unsigned long timeout) argument
32 timeout *= tb_ticks_per_sec? tb_ticks_per_sec: 25000000;
39 if (get_tbl() - t0 > timeout)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-realview/
H A Dplatsmp.c73 unsigned long timeout; local
94 timeout = jiffies + (1 * HZ);
95 while (time_before(jiffies, timeout)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_shutdown.c31 uint32 timeout, BOOL do_reboot, BOOL force)
40 q_s->timeout = timeout;
79 if (!prs_uint32("timeout", ps, depth, &(q_s->timeout)))
30 init_shutdown_q_init(SHUTDOWN_Q_INIT *q_s, const char *msg, uint32 timeout, BOOL do_reboot, BOOL force) argument

Completed in 217 milliseconds

1234567891011>>