Home
last modified time | relevance | path

Searched refs:rps (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Doxsemi,rps-timer.txt5 - compatible: Should be "oxsemi,ox810se-rps-timer" or "oxsemi,ox820-rps-timer"
13 compatible = "oxsemi,ox810se-rps-timer";
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dox820.dtsi231 rps@400000 {
238 compatible = "oxsemi,ox820-rps-irq", "oxsemi,ox810se-rps-irq";
248 compatible = "oxsemi,ox820-rps-timer";
H A Dox810se.dtsi315 rps@300000 {
322 compatible = "oxsemi,ox810se-rps-irq";
331 compatible = "oxsemi,ox810se-rps-timer";
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,versatile-fpga-irq.txt9 - compatible: "arm,versatile-fpga-irq" or "oxsemi,ox810se-rps-irq"
/f-stack/app/redis-5.0.5/src/
H A Dredis-benchmark.c628 float rps = (float)config.requests_finished/dt; in showThroughput() local
629 printf("%s: %.2f\r", config.title, rps); in showThroughput()