Searched refs:timeouts (Results 1 – 23 of 23) sorted by relevance
/Zephyr-Core-3.4.0/tests/kernel/context/src/ |
D | main.c | 818 struct timeout_order timeouts[] = { variable 828 #define NUM_TIMEOUT_THREADS ARRAY_SIZE(timeouts) 895 struct timeout_order *timeout = &timeouts[POINTER_TO_INT(num)]; in delayed_thread() 965 K_MSEC(timeouts[i].timeout)); in ZTEST() 1001 K_MSEC(timeouts[i].timeout)); in ZTEST() 1012 timeouts[i].q_order, timeouts[i].timeout, i); in ZTEST() 1015 if (timeouts[j].timeout_order == i) { in ZTEST()
|
/Zephyr-Core-3.4.0/doc/connectivity/networking/api/ |
D | net_timeout.rst | 14 clock to track timeouts, with both deadlines and durations measured with 25 Most network timeouts are shorter than the delay rollover, but a few protocols 30 the remaining time for these extended-duration timeouts.
|
/Zephyr-Core-3.4.0/drivers/watchdog/ |
D | Kconfig | 27 bool "Multistage timeouts" 30 Enable multistage operation of watchdog timeouts.
|
/Zephyr-Core-3.4.0/doc/kernel/services/timing/ |
D | clocks.rst | 41 timeouts) are expected to be in the range of 10 kHz, with software 118 Finally, it is possible to specify timeouts as absolute times since 146 managing large numbers of timeouts is quadratic in the number of 147 active timeouts. The API design of the timeout queue was intended to 169 kernel must receive an announce call to trigger registered timeouts. 182 arriving timeouts for expiration. 259 likes, and then converted into kernel timeouts using 265 timeouts. But for many subsystems with simple needs, this may be 340 identically for absolute timeouts as well as conventional ones. 343 delta timeouts need to be interpreted relative to a "current time",
|
/Zephyr-Core-3.4.0/subsys/task_wdt/ |
D | Kconfig | 21 The timeouts for each channel are stored in an array. Allocate only
|
/Zephyr-Core-3.4.0/scripts/coccinelle/ |
D | int_ms_to_timeout.cocci | 4 // Convert legacy integer timeouts to timeout API 19 // ** Handle timeouts at the last position of kernel API arguments
|
D | ms_timeout.cocci | 5 // timeouts be specified as integral milliseconds.
|
/Zephyr-Core-3.4.0/drivers/timer/ |
D | Kconfig.nrf_rtc | 53 on kernel API is executed. Requested timeouts will be prolonged by the
|
/Zephyr-Core-3.4.0/drivers/flash/ |
D | Kconfig.nrf | 71 int "Multiplier for flash operation timeouts [x0.1]"
|
/Zephyr-Core-3.4.0/boards/x86/acrn/doc/ |
D | index.rst | 264 with GRUB plugins or menus or timeouts:
|
/Zephyr-Core-3.4.0/kernel/ |
D | Kconfig | 646 platforms (ones that support setting arbitrary interrupt timeouts) are 675 bool "Store kernel timeouts in 64 bit precision"
|
/Zephyr-Core-3.4.0/doc/releases/ |
D | release-notes-2.1.rst | 485 * :github:`20939` - long duration timeouts can cause loss of time 526 * :github:`20715` - rtc driver may interrupt in a short time for large timeouts on cc13x2/cc26x2
|
D | release-notes-2.5.rst | 967 * :github:`19655` - Milestones toward generalized representation of timeouts 1028 …les/scheduler/metairq_dispatch: Regression after 30916 (sched: timeout: Do not miss slice timeouts) 1580 * :github:`29066` - kernel: k_sleep doesn't handle relative or absolute timeouts >INT_MAX
|
D | release-notes-1.13.rst | 152 * Remove forever timeouts when waiting a new network buffer to be available.
|
D | release-notes-2.4.rst | 1047 * :github:`28040` - sanitycheck reports test timeouts as "exited with 2" 1309 * :github:`26793` - kernel: work: triggers immediately with longer timeouts
|
D | release-notes-2.2.rst | 220 * Calling k_thread_suspend() on any thread cancels any pending timeouts for
|
D | release-notes-3.2.rst | 878 * Implemented randomized retransmission timeouts and exponential backoff. 1700 - :github:`46844` - Timer drivers likely have off-by-one in rapidly-presented timeouts
|
D | release-notes-2.6.rst | 1970 * :github:`32233` - Often disconnect timeouts when running the BLE peripheral HR sample on Nitrogen… 2155 * :github:`19655` - Milestones toward generalized representation of timeouts
|
D | release-notes-2.3.rst | 18 with future support for features like 64-bit and absolute timeouts in mind
|
D | release-notes-3.3.rst | 2944 * :github:`54327` - intel_adsp: ace: various multicore bugs, timeouts 3619 * :github:`46844` - Timer drivers likely have off-by-one in rapidly-presented timeouts
|
D | release-notes-2.0.rst | 50 precision of timeouts.
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 811 ticker node timeouts and thereby prevents ticker interrupts during
|
/Zephyr-Core-3.4.0/doc/hardware/porting/ |
D | arch.rst | 369 Kernel timeouts are handled in the context of the system clock timer driver's
|