Home
last modified time | relevance | path

Searched refs:Timers (Results 1 – 22 of 22) sorted by relevance

/f-stack/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst12 * 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 Devent_timer_adapter.rst186 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 Dtimer.txt1 Timers
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Dmt7621-wdt.txt1 Ralink Watchdog Timers
H A Drt2880-wdt.txt1 Ralink Watchdog Timers
H A Datmel-wdt.txt1 * Atmel Watchdog Timers
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Dintel,ixp4xx-timer.yaml8 title: Intel IXP4xx XScale Networking Processors Timers
H A Dfsl,gtm.txt1 * Freescale General-purpose Timers Module
H A Dmarvell,armada-370-xp-timer.txt1 Marvell Armada 370 and Armada XP Timers
H A Darm,sp804.txt1 ARM sp804 Dual Timers
H A Dmediatek,mtk-timer.txt1 MediaTek Timers
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dpicoxcell.txt11 Timers required properties:
/f-stack/freebsd/arm/conf/
H A DARMADA38X51 # Timers
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dmilbeaut-m10v.dtsi68 timer@1e000050 { /* 32-bit Reload Timers */
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dsamsung,exynos5433-lpass.txt18 UART, SLIMBUS, PCM, I2S, DMAC, Timers 0...4, VIC, WDT 0...1 devices.
H A Dst,stm32-lptimer.yaml7 title: STMicroelectronics STM32 Low-Power Timers bindings
H A Dst,stm32-timers.yaml7 title: STMicroelectronics STM32 Timers bindings
/f-stack/app/redis-5.0.5/src/
H A Dmodule.c4288 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 Dsoc.txt145 == Timers
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst93 Managing Timers
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES943 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 DMAINTAINERS1487 Timers