Searched refs:timeout (Results 1 – 5 of 5) sorted by relevance
28 int timeout = 0x400; in stmp_clear_poll_bit() local32 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() local56 while ((!(readl(reset_addr) & STMP_MODULE_CLKGATE)) && --timeout) in stmp_reset_block()58 if (unlikely(!timeout)) in stmp_reset_block()
188 int __sched __closure_sync_timeout(struct closure *cl, unsigned long timeout) in __closure_sync_timeout() argument200 if (!timeout) { in __closure_sync_timeout()217 timeout = schedule_timeout(timeout); in __closure_sync_timeout()
353 unsigned long timeout; in ot_start_sync() local398 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() local587 timeout = msecs_to_jiffies(test->duration); in ot_start_async()588 schedule_timeout_interruptible(timeout); in ot_start_async()
291 unsigned long timeout = in dmirror_range_fault() local296 if (time_after(jiffies, timeout)) { in dmirror_range_fault()1110 unsigned long timeout = in dmirror_range_snapshot() local1126 if (time_after(jiffies, timeout)) { in dmirror_range_snapshot()
1064 int "panic timeout"1067 Set the timeout value (in seconds) until a reboot occurs when1068 the kernel panics. If n = 0, then we wait forever. A timeout1069 value n > 0 will wait n seconds before rebooting, while a timeout1238 int "Default timeout for hung task detection (in seconds)"1242 This option controls the default timeout (in seconds) used1250 A timeout of 0 disables the check. The default is two minutes.2092 Only works with drivers that use the generic timeout handling,