Home
last modified time | relevance | path

Searched refs:timeout (Results 1201 - 1225 of 8317) sorted by relevance

1...<<41424344454647484950>>...333

/kernel/linux/linux-6.6/arch/mips/jazz/
H A Dreset.c41 unsigned long timeout = start + HZ/2; in kb_wait() local
46 } while (time_before_eq(jiffies, timeout)); in kb_wait()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Ddelay.h34 * spin_event_timeout - spin until a condition gets true or a timeout elapses
36 * @timeout: timeout, in microseconds
41 * timeout elapses. The return value of this macro is the value of
44 * timeout has occurred.
47 * until a status bit changes. The timeout ensures that the loop still
53 #define spin_event_timeout(condition, timeout, delay) \
56 unsigned long __loops = tb_ticks_per_usec * timeout; \
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dcommon_baco.h41 uint32_t timeout; member
53 uint32_t timeout; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_gt_requests.h14 long intel_gt_retire_requests_timeout(struct intel_gt *gt, long timeout);
25 int intel_gt_wait_for_idle(struct intel_gt *gt, long timeout);
/kernel/linux/linux-5.10/net/sctp/
H A Ddebug.c166 if (id.timeout < ARRAY_SIZE(sctp_timer_tbl)) in sctp_tname()
167 return sctp_timer_tbl[id.timeout]; in sctp_tname()
/kernel/linux/linux-5.10/include/xen/interface/
H A Dsched.h91 * optional timeout may be specified.
115 * after timeout, returns watchdog id.
116 * With id != 0 and timeout == 0, destroy domain watchdog timer.
117 * With id != 0 and timeout != 0, poke watchdog timer and set new timeout.
141 uint64_t timeout; member
153 uint32_t timeout; /* timeout */ member
/kernel/linux/linux-6.6/include/xen/interface/
H A Dsched.h74 * optional timeout may be specified.
98 * after timeout, returns watchdog id.
99 * With id != 0 and timeout == 0, destroy domain watchdog timer.
100 * With id != 0 and timeout != 0, poke watchdog timer and set new timeout.
124 uint64_t timeout; member
136 uint32_t timeout; /* timeout */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dcommon_baco.h41 uint32_t timeout; member
53 uint32_t timeout; member
/kernel/linux/linux-6.6/net/sctp/
H A Ddebug.c167 if (id.timeout < ARRAY_SIZE(sctp_timer_tbl)) in sctp_tname()
168 return sctp_timer_tbl[id.timeout]; in sctp_tname()
/kernel/liteos_a/kernel/base/include/
H A Dlos_event_pri.h51 UINT32 eventMask, UINT32 mode, UINT32 timeout);
55 extern UINT32 OsEventReadOnce(PEVENT_CB_S eventCB, UINT32 eventMask, UINT32 mode, UINT32 timeout);
/kernel/liteos_a/kernel/include/
H A Dlos_rwlock.h125 * @param timeout [IN] Waiting time. The value range is [0, LOS_WAIT_FOREVER](unit: Tick).
127 * @retval #LOS_EINVAL The rwlock pointer is NULL, The timeout is zero or Lock status error.
138 extern UINT32 LOS_RwlockRdLock(LosRwlock *rwlock, UINT32 timeout);
193 * @param timeout [IN] Waiting time. The value range is [0, LOS_WAIT_FOREVER](unit: Tick).
195 * @retval #LOS_EINVAL The rwlock pointer is NULL, The timeout is zero or Lock status error.
206 extern UINT32 LOS_RwlockWrLock(LosRwlock *rwlock, UINT32 timeout);
266 * @retval #LOS_EINVAL The rwlock pointer is NULL, The timeout is zero or Lock status error.
/third_party/node/test/known_issues/
H A Dtest-vm-timeout-escape-nexttick.js4 // Promises, nextTick, and queueMicrotask allow code to escape the timeout
25 `escaped timeout at ${span} milliseconds!`);
41 { timeout: common.platformTimeout(100) },
/third_party/node/test/parallel/
H A Dtest-stream2-base64-single-char-read-end.js49 clearTimeout(timeout);
54 const timeout = setTimeout(function() {
H A Dtest-vm-timeout-escape-promise-module.js5 // Promises used to allow code to escape the timeout
23 `escaped timeout at ${span} milliseconds!`);
38 await module.evaluate({ timeout: 5 });
/third_party/node/test/sequential/
H A Dtest-vm-timeout-escape-promise-module-2.js5 // Promises used to allow code to escape the timeout
23 `escaped timeout at ${span} milliseconds!`);
38 await module.evaluate({ timeout: 10 });
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/witness/tsa/
H A Dclient.js27 timeout: options.timeout,
H A Dindex.js25 timeout: options.timeout,
/third_party/ltp/testcases/kernel/syscalls/sigtimedwait/
H A Dsigtimedwait01.c7 void *timeout) in my_sigtimedwait()
9 return sigtimedwait(set, info, timeout); in my_sigtimedwait()
6 my_sigtimedwait(const sigset_t * set, siginfo_t * info, void *timeout) my_sigtimedwait() argument
/third_party/ltp/testcases/kernel/syscalls/select/
H A Dselect02.c23 struct timeval timeout = tst_us_to_timeval(usec); in sample_fn() local
31 TEST(do_select(1, &sfds, NULL, NULL, &timeout)); in sample_fn()
/third_party/pulseaudio/src/pulse/
H A Dmainloop.h50 * that need to be monitored and calculate the next timeout.
87 on error or exit request. timeout specifies a maximum timeout for the subsequent
88 poll, or -1 for blocking behaviour. The timeout is specified in microseconds. */
89 int pa_mainloop_prepare(pa_mainloop *m, int timeout);
94 /** Dispatch timeout, io and deferred events from the previously executed poll. Returns
127 typedef int (*pa_poll_func)(struct pollfd *ufds, unsigned long nfds, int timeout, void*userdata);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DSyncNULL.h26 GLuint64 timeout,
30 GLuint64 timeout) override;
/third_party/typescript/tests/baselines/reference/
H A DstaticInstanceResolution5.js5 static timeout(delay: number): Promise {
27 Promise.timeout = function (delay) {
H A DobjectLiteralParameterResolution.js15 timeout: 12,
28 timeout: 12
/base/startup/init/services/param/linux/
H A Dparam_service.c194 node->timeout = extInfo->info.waitInfo.timeout; in AddWatchNode()
222 extData.info.waitInfo.timeout = node->timeout; in ExecuteWatchTrigger_()
239 uint32_t timeout = DEFAULT_PARAM_WAIT_TIMEOUT; in HandleParamWaitAdd() local
241 uint32_t timeout = 0; in HandleParamWaitAdd() local
248 timeout = *((uint32_t *)(timeoutContent->content)); in HandleParamWaitAdd()
251 PARAM_LOGV("HandleParamWaitAdd name %s timeout %d", msg->key, timeout); in HandleParamWaitAdd()
257 extData.info.waitInfo.timeout in HandleParamWaitAdd()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-armada-3700.c262 int timeout = A3700_SPI_TIMEOUT; in a3700_spi_fifo_flush() local
269 while (--timeout) { in a3700_spi_fifo_flush()
343 unsigned int timeout; in a3700_spi_wait_completion() local
365 timeout = wait_for_completion_timeout(&a3700_spi->done, in a3700_spi_wait_completion()
370 if (timeout) in a3700_spi_wait_completion()
548 int timeout = A3700_SPI_TIMEOUT; in a3700_spi_transfer_abort_fifo() local
555 while (--timeout) { in a3700_spi_transfer_abort_fifo()
596 int ret = 0, timeout = A3700_SPI_TIMEOUT; in a3700_spi_transfer_one_fifo() local
715 while (--timeout) { in a3700_spi_transfer_one_fifo()
722 if (timeout in a3700_spi_transfer_one_fifo()
[all...]

Completed in 10 milliseconds

1...<<41424344454647484950>>...333