Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 5 of 5) sorted by relevance

/lib/
Dstmp_device.c28 int timeout = 0x400; in stmp_clear_poll_bit() local
32 while ((readl(addr) & mask) && --timeout) in stmp_clear_poll_bit()
35 return !timeout; in stmp_clear_poll_bit()
41 int timeout = 0x400; in stmp_reset_block() local
56 while ((!(readl(reset_addr) & STMP_MODULE_CLKGATE)) && --timeout) in stmp_reset_block()
58 if (unlikely(!timeout)) in stmp_reset_block()
Dclosure.c188 int __sched __closure_sync_timeout(struct closure *cl, unsigned long timeout) in __closure_sync_timeout() argument
200 if (!timeout) { in __closure_sync_timeout()
217 timeout = schedule_timeout(timeout); in __closure_sync_timeout()
Dtest_objpool.c353 unsigned long timeout; in ot_start_sync() local
398 timeout = msecs_to_jiffies(test->duration); in ot_start_sync()
399 schedule_timeout_interruptible(timeout); in ot_start_sync()
544 unsigned long timeout; in ot_start_async() local
587 timeout = msecs_to_jiffies(test->duration); in ot_start_async()
588 schedule_timeout_interruptible(timeout); in ot_start_async()
Dtest_hmm.c291 unsigned long timeout = in dmirror_range_fault() local
296 if (time_after(jiffies, timeout)) { in dmirror_range_fault()
1110 unsigned long timeout = in dmirror_range_snapshot() local
1126 if (time_after(jiffies, timeout)) { in dmirror_range_snapshot()
DKconfig.debug1064 int "panic timeout"
1067 Set the timeout value (in seconds) until a reboot occurs when
1068 the kernel panics. If n = 0, then we wait forever. A timeout
1069 value n > 0 will wait n seconds before rebooting, while a timeout
1238 int "Default timeout for hung task detection (in seconds)"
1242 This option controls the default timeout (in seconds) used
1250 A timeout of 0 disables the check. The default is two minutes.
2092 Only works with drivers that use the generic timeout handling,