Searched refs:timeout (Results 101 - 125 of 2970) sorted by relevance

1234567891011>>

/linux-master/drivers/s390/net/
H A Dqeth_l2.h22 int qeth_l2_vnicc_set_timeout(struct qeth_card *card, u32 timeout);
23 int qeth_l2_vnicc_get_timeout(struct qeth_card *card, u32 *timeout);
/linux-master/net/sctp/
H A Ddebug.c167 if (id.timeout < ARRAY_SIZE(sctp_timer_tbl))
168 return sctp_timer_tbl[id.timeout];
/linux-master/include/linux/
H A Dbsg-lib.h34 unsigned int timeout; member in struct:bsg_job
68 bsg_job_fn *job_fn, bsg_timeout_fn *timeout, int dd_job_size);
/linux-master/sound/soc/amd/rpl/
H A Drpl-pci-acp6x.c24 int timeout; local
33 timeout = 0;
34 while (++timeout < 500) {
46 int timeout; local
49 timeout = 0;
50 while (++timeout < 500) {
57 timeout = 0;
58 while (++timeout < 500) {
/linux-master/arch/mips/boot/compressed/
H A Duart-16550.c43 int timeout = 1000000; local
45 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0))
/linux-master/fs/autofs/
H A Dexpire.c12 unsigned long timeout, unsigned int how)
22 if (!timeout || time_after(ino->last_used + timeout, jiffies))
149 unsigned long timeout,
169 if (!autofs_can_expire(top, timeout, how))
181 unsigned long timeout,
232 if (!autofs_can_expire(top, timeout, how))
240 unsigned long timeout,
263 if (autofs_can_expire(p, timeout, how))
278 unsigned long timeout; local
11 autofs_can_expire(struct dentry *dentry, unsigned long timeout, unsigned int how) argument
147 autofs_direct_busy(struct vfsmount *mnt, struct dentry *top, unsigned long timeout, unsigned int how) argument
179 autofs_tree_busy(struct vfsmount *mnt, struct dentry *top, unsigned long timeout, unsigned int how) argument
238 autofs_check_leaves(struct vfsmount *mnt, struct dentry *parent, unsigned long timeout, unsigned int how) argument
318 should_expire(struct dentry *dentry, struct vfsmount *mnt, unsigned long timeout, unsigned int how) argument
422 unsigned long timeout; local
[all...]
/linux-master/drivers/i2c/algos/
H A Di2c-algo-pcf.c98 int timeout = DEF_TIMEOUT; local
103 while (!(status & I2C_PCF_BB) && --timeout) {
108 if (timeout == 0) {
119 int timeout = DEF_TIMEOUT; local
123 while ((*status & I2C_PCF_PIN) && --timeout) {
132 if (timeout == 0)
209 int wrcount, status, timeout; local
215 timeout = wait_for_pin(adap, &status);
216 if (timeout) {
217 if (timeout
301 int ret=0, timeout, status; local
[all...]
/linux-master/sound/pci/cs5535audio/
H A Dcs5535audio_pm.c67 int timeout; local
73 timeout = 50;
79 } while (--timeout);
81 if (!timeout)
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_irq.h27 unsigned long timeout);
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_icmp.c78 unsigned int *timeout = nf_ct_timeout_lookup(ct); local
98 if (!timeout)
99 timeout = &nf_icmp_pernet(nf_ct_net(ct))->timeout;
101 nf_ct_refresh_acct(ct, ctinfo, skb, *timeout);
324 unsigned int *timeout = data; local
328 if (!timeout)
329 timeout = &in->timeout;
330 *timeout
342 const unsigned int *timeout = data; local
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Dconnect_close.c17 unsigned int timeout; member in struct:__anon109
20 .timeout = RUNTIME,
37 alarm(opts.timeout);
113 opts.timeout = atoi(optarg);
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_trap_non_streaming.c40 .timeout = 3,
/linux-master/tools/testing/selftests/powerpc/
H A Dharness.c24 /* Setting timeout to -1 disables the alarm */
25 static uint64_t timeout = 120; variable
47 if (timeout != -1)
48 /* Wake us up in timeout seconds */
49 alarm(timeout);
101 timeout = time;
/linux-master/drivers/watchdog/
H A Darmada_37xx_wdt.c66 static unsigned int timeout; variable
67 module_param(timeout, int, 0);
68 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds");
79 u64 timeout; /* in clock ticks */ member in struct:armada_37xx_watchdog
167 unsigned int timeout)
171 wdt->timeout = timeout;
174 * Compute the timeout in clock rate. We use smallest possible
178 dev->timeout
166 armada_37xx_wdt_set_timeout(struct watchdog_device *wdt, unsigned int timeout) argument
[all...]
H A Dalim7101_wdt.c13 * because this particular WDT has a very short timeout (1.6
50 * We're going to use a 1 second timeout.
61 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */
63 static int timeout = WATCHDOG_TIMEOUT; variable
64 module_param(timeout, int, 0);
65 MODULE_PARM_DESC(timeout,
66 "Watchdog timeout in seconds. (1<=timeout<=3600, default="
153 next_heartbeat = jiffies + (timeout * HZ);
177 next_heartbeat = jiffies + (timeout * H
[all...]
H A Dw83877f_wdt.c30 * made timeout (the emulated heartbeat) a
36 * because this particular WDT has a very short timeout (1.6
69 * The W83877F seems to be fixed at 1.6s timeout (at least on the
81 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */
83 static int timeout = WATCHDOG_TIMEOUT; variable
84 module_param(timeout, int, 0);
85 MODULE_PARM_DESC(timeout,
86 "Watchdog timeout in seconds. (1<=timeout<=3600, default="
156 next_heartbeat = jiffies + (timeout * H
[all...]
H A Dsbc60xxwdt.c30 * made timeout (the emulated heartbeat) a
40 * particular WDT has a very short timeout (one second) and it
79 * The 60xx board can use watchdog timeout values from one second
95 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */
96 static int timeout = WATCHDOG_TIMEOUT; /* in seconds, multiplied by HZ to variable
98 module_param(timeout, int, 0);
99 MODULE_PARM_DESC(timeout,
100 "Watchdog timeout in seconds. (1<=timeout<=3600, default="
139 next_heartbeat = jiffies + (timeout * H
[all...]
H A Dsl28cpld_wdt.c36 static int timeout; variable
37 module_param(timeout, int, 0);
38 MODULE_PARM_DESC(timeout, "Initial watchdog timeout in seconds");
92 unsigned int timeout)
97 ret = regmap_write(wdt->regmap, wdt->offset + WDT_TIMEOUT, timeout);
101 wdd->timeout = timeout;
144 "kontron,assert-wdt-timeout-pin");
166 * Initial timeout valu
91 sl28cpld_wdt_set_timeout(struct watchdog_device *wdd, unsigned int timeout) argument
[all...]
H A Dda9062_wdt.c90 selector = da9062_wdt_timeout_to_sel(wdt->wdtdev.timeout);
136 unsigned int timeout)
142 selector = da9062_wdt_timeout_to_sel(timeout);
145 dev_err(wdt->hw->dev, "Failed to set watchdog timeout (err = %d)\n",
148 wdd->timeout = wdt_timeout[selector];
206 unsigned int timeout; local
227 wdt->wdtdev.timeout = DA9062_WDG_DEFAULT_TIMEOUT;
236 timeout = da9062_wdt_read_timeout(wdt);
237 if (timeout)
238 wdt->wdtdev.timeout
135 da9062_wdt_set_timeout(struct watchdog_device *wdd, unsigned int timeout) argument
[all...]
H A Dlantiq_wdt.c102 u32 timeout; local
104 timeout = wdt->timeout * priv->clk_rate;
107 /* write the second magic plus the configuration and new timeout */
110 LTQ_WDT_CR_PW2 | timeout,
130 u32 timeout; local
132 timeout = wdt->timeout * priv->clk_rate;
135 /* write the second magic plus the configuration and new timeout */
137 LTQ_WDT_CR_PW2 | timeout, LTQ_WDT_C
145 u64 timeout; local
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-ali1563.c68 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) {
118 /* Issue timeout, hoping it helps */
133 int timeout; local
157 timeout = ALI1563_MAX_TIMEOUT;
160 } while (!((data = inb_p(SMB_HST_STS)) & HST_STS_DONE) && --timeout);
168 if (timeout
238 int timeout; local
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_hw_engine_class_sysfs.c18 * xe_hw_engine_timeout_in_range - Helper to check if timeout is in range
19 * @timeout: timeout to validate
23 * This helper helps to validate if timeout is in min-max range of HW engine
28 bool xe_hw_engine_timeout_in_range(u64 timeout, u64 min, u64 max) argument
30 return timeout >= min && timeout <= max;
48 u32 timeout; local
51 err = kstrtou32(buf, 0, &timeout);
55 if (timeout < eclas
84 u32 timeout; local
122 u32 timeout; local
331 u32 timeout; local
398 u32 timeout; local
435 u32 timeout; local
[all...]
/linux-master/drivers/staging/rts5208/
H A Drtsx_transport.h37 int rtsx_send_cmd(struct rtsx_chip *chip, u8 card, int timeout);
50 int timeout);
55 enum dma_data_direction dma_dir, int timeout);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_poll_test.c19 static bool timeout; variable
23 timeout = true;
102 if (timeout)
104 "death notification wait timeout\n");
/linux-master/arch/arm/mach-spear/
H A Dplatsmp.c58 unsigned long timeout; local
76 timeout = jiffies + (1 * HZ);
77 while (time_before(jiffies, timeout)) {

Completed in 190 milliseconds

1234567891011>>