Searched refs:timeout (Results 1 – 9 of 9) sorted by relevance
/lib/ |
A D | stmp_device.c | 28 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()
|
A D | closure.c | 188 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()
|
A D | test_objpool.c | 352 unsigned long timeout; in ot_start_sync() local 393 timeout = msecs_to_jiffies(test->duration); in ot_start_sync() 394 schedule_timeout_interruptible(timeout); in ot_start_sync() 539 unsigned long timeout; in ot_start_async() local 577 timeout = msecs_to_jiffies(test->duration); in ot_start_async() 578 schedule_timeout_interruptible(timeout); in ot_start_async()
|
A D | test_hmm.c | 292 unsigned long timeout = in dmirror_range_fault() local 297 if (time_after(jiffies, timeout)) { in dmirror_range_fault() 1088 unsigned long timeout = in dmirror_range_snapshot() local 1104 if (time_after(jiffies, timeout)) { in dmirror_range_snapshot()
|
A D | Kconfig.debug | 1077 int "panic timeout" 1080 Set the timeout value (in seconds) until a reboot occurs when 1081 the kernel panics. If n = 0, then we wait forever. A timeout 1082 value n > 0 will wait n seconds before rebooting, while a timeout 1251 int "Default timeout for hung task detection (in seconds)" 1255 This option controls the default timeout (in seconds) used 1263 A timeout of 0 disables the check. The default is two minutes. 2076 Only works with drivers that use the generic timeout handling,
|
/lib/kunit/ |
A D | try-catch-impl.h | 21 unsigned long timeout) in kunit_try_catch_init() argument 26 try_catch->timeout = timeout; in kunit_try_catch_init()
|
A D | Kconfig | 97 int "Default value of the timeout module parameter" 100 Sets the default timeout, in seconds, for Kunit test cases. This value 106 If unsure, the default timeout of 300 seconds is suitable for most
|
A D | try-catch.c | 64 task_done, try_catch->timeout); in kunit_try_catch_run()
|
A D | test.c | 76 module_param_named(timeout, kunit_base_timeout, ulong, 0644); 77 MODULE_PARM_DESC(timeout, "Set the base timeout for Kunit test cases");
|
Completed in 18 milliseconds