Searched refs:Timers (Results 1 – 22 of 22) sorted by relevance
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | timer_lib.rst | 12 * Timers can be periodic (multi-shot) or single (one-shot). 14 * Timers can be loaded from one core and executed on another. It has to be specified in the call … 16 * Timers provide high precision (depends on the call frequency to rte_timer_manage() that checks … 29 Timers are tracked on a per-lcore basis,
|
| H A D | event_timer_adapter.rst | 186 Arming Event Timers 234 Multiple Event Timers with Same Expiry Value 242 Canceling Event Timers 245 An event timer that has been armed as described in `Arming Event Timers`_ can argument
|
| /f-stack/freebsd/contrib/device-tree/Bindings/x86/ |
| H A D | timer.txt | 1 Timers
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | mt7621-wdt.txt | 1 Ralink Watchdog Timers
|
| H A D | rt2880-wdt.txt | 1 Ralink Watchdog Timers
|
| H A D | atmel-wdt.txt | 1 * Atmel Watchdog Timers
|
| /f-stack/freebsd/contrib/device-tree/Bindings/timer/ |
| H A D | intel,ixp4xx-timer.yaml | 8 title: Intel IXP4xx XScale Networking Processors Timers
|
| H A D | fsl,gtm.txt | 1 * Freescale General-purpose Timers Module
|
| H A D | marvell,armada-370-xp-timer.txt | 1 Marvell Armada 370 and Armada XP Timers
|
| H A D | arm,sp804.txt | 1 ARM sp804 Dual Timers
|
| H A D | mediatek,mtk-timer.txt | 1 MediaTek Timers
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | picoxcell.txt | 11 Timers required properties:
|
| /f-stack/freebsd/arm/conf/ |
| H A D | ARMADA38X | 51 # Timers
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | milbeaut-m10v.dtsi | 68 timer@1e000050 { /* 32-bit Reload Timers */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | samsung,exynos5433-lpass.txt | 18 UART, SLIMBUS, PCM, I2S, DMAC, Timers 0...4, VIC, WDT 0...1 devices.
|
| H A D | st,stm32-lptimer.yaml | 7 title: STMicroelectronics STM32 Low-Power Timers bindings
|
| H A D | st,stm32-timers.yaml | 7 title: STMicroelectronics STM32 Timers bindings
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | module.c | 4288 static rax *Timers; /* The radix tree of all the timers sorted by expire. */ variable 4310 raxStart(&ri,Timers); in moduleTimerHandler() 4328 raxRemove(Timers,(unsigned char*)ri.key,ri.key_len,NULL); in moduleTimerHandler() 4339 return (raxSize(Timers) > 0) ? next_period : AE_NOMORE; in moduleTimerHandler() 4356 if (raxFind(Timers, (unsigned char*)&key,sizeof(key)) == raxNotFound) { in RM_CreateTimer() 4357 raxInsert(Timers,(unsigned char*)&key,sizeof(key),timer,NULL); in RM_CreateTimer() 4369 raxStart(&ri,Timers); in RM_CreateTimer() 4394 RedisModuleTimer *timer = raxFind(Timers,(unsigned char*)&id,sizeof(id)); in RM_StopTimer() 4398 raxRemove(Timers,(unsigned char*)&id,sizeof(id),NULL); in RM_StopTimer() 4410 RedisModuleTimer *timer = raxFind(Timers,(unsigned char*)&id,sizeof(id)); in RM_GetTimerInfo() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/brcm/ |
| H A D | soc.txt | 145 == Timers
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | timer.rst | 93 Managing Timers
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 943 2. New Redis modules APIs: Timers, Cluster and Dictionary APIs. 2984 2. New Redis modules APIs: Timers, Cluster and Dictionary APIs.
|
| /f-stack/dpdk/ |
| H A D | MAINTAINERS | 1487 Timers
|