Home
last modified time | relevance | path

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

/lib/
A 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()
A 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()
A Dtest_objpool.c352 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 Dtest_hmm.c292 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 DKconfig.debug1077 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 Dtry-catch-impl.h21 unsigned long timeout) in kunit_try_catch_init() argument
26 try_catch->timeout = timeout; in kunit_try_catch_init()
A DKconfig97 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 Dtry-catch.c64 task_done, try_catch->timeout); in kunit_try_catch_run()
A Dtest.c76 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