Searched refs:timeout (Results 1 – 2 of 2) 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()
924 int "Default timeout for hung task detection (in seconds)"928 This option controls the default timeout (in seconds) used936 A timeout of 0 disables the check. The default is two minutes.995 int "panic timeout"998 Set the timeout value (in seconds) until a reboot occurs when the999 the kernel panics. If n = 0, then we wait forever. A timeout1000 value n > 0 will wait n seconds before rebooting, while a timeout1576 Only works with drivers that use the generic timeout handling,