Home
last modified time | relevance | path

Searched refs:instances (Results 1 – 25 of 86) sorted by relevance

1234

/f-stack/app/redis-5.0.5/tests/cluster/tests/
H A D05-slave-selection.tcl133 proc master_detected {instances} { argument
134 foreach instance [dict keys $instances] {
144 set instances [dict create 0 1 3 1 6 1 9 1 12 1 15 1]
146 set loops [expr {[dict size $instances]-1}]
149 foreach instance [dict keys $instances] {
160 set instances [dict remove $instances $master_id]
164 [master_detected $instances]
H A D09-pubsub.tcl9 proc test_cluster_publish {instance instances} { argument
11 for {set j 0} {$j < $instances} {incr j} {
23 for {set j 0} {$j < $instances} {incr j} {
/f-stack/app/redis-5.0.5/utils/create-cluster/
H A DREADME2 instances configured to run in cluster mode. Its main goal is to allow manual
4 unit tests, for example when a lot of instances are needed in order to trigger
7 The tool can also be used just to easily create a number of instances in a
16 number of instances you want to create.
17 2. Use "./create-cluster start" in order to run the instances.
20 4. Now you are ready to play with the cluster. AOF files and logs for each instances are created in…
24 1. Use "./create-cluster stop" to stop all the instances. After you stopped the instances you can u…
/f-stack/freebsd/contrib/device-tree/Bindings/iommu/
H A Dti,omap-iommu.txt5 "ti,omap2-iommu" for OMAP2/OMAP3 IOMMU instances
6 "ti,omap4-iommu" for OMAP4/OMAP5 IOMMU instances
7 "ti,dra7-dsp-iommu" for DRA7xx DSP IOMMU instances
8 "ti,dra7-iommu" for DRA7xx IOMMU instances
27 is required for DSP IOMMU instances on DRA7xx SoCs. The
H A Dmsm,iommu-v0.txt11 - interrupts: Specifiers for the MMU fault interrupts. For instances that
13 secure mode, in that order. For instances that don't support secure mode a
H A Drockchip,iommu.txt25 Some mmu instances may produce unexpected results
/f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/
H A Ddra7-atl.txt4 audio codec. A single ATL IP provides four ATL clock instances sharing the same
16 Since the clock instances are part of a single IP this binding is used as a node
29 configuration of the IP for the ATL clock instances.
40 Configuration of ATL instances:
/f-stack/tools/libxo/doc/
H A Dxo.rst151 A "*list*" is set of one or more instances that appear under the same
152 parent. The instances contain details about a specific object. One
153 can think of instances as objects or records. A call is needed to
157 Use the `--open-list` and `--open-instances` to open lists and
158 instances. Use the `--close-list` and `--close-instances` to close
163 instances::
H A Dencoders.rst94 This output is a list of `instances` (named "item"), each containing a
107 Be aware that since the CSV encoder looks for data instances, when
154 instances. If the first instance is missing a leaf that is desired by
156 value is recorded for instances that lack a particular leaf.
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-dmic.yaml55 unique string among multiple instances of the same component.
57 on the maximum available instances on a Tegra SoC.
H A Dnvidia,tegra186-dspk.yaml54 unique string among multiple instances of the same component.
56 available instances on a Tegra SoC.
H A Dnvidia,tegra210-i2s.yaml73 unique string among multiple instances of the same component.
75 on the maximum available instances on a Tegra SoC.
H A Dname-prefix.txt12 Example: Two instances of the same component.
H A Dst,stm32-i2s.yaml14 Only some SPI instances support I2S.
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Dti,timer.txt5 OMAP44xx devices have timer instances that are 100%
8 So for OMAP44xx devices timer instances may use
/f-stack/freebsd/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-dma.txt28 - clocks: phandle to dma instances clocks. The clock handles can be as
29 many as the dma instances. The order should be maintained as per
30 the dma instances.
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Drenesas,shdma.txt4 instances, capable of serving any of a common set of DMA slave devices, using
7 DMAC instances have the same number of channels and use the same DMA
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dtango-thermal.txt3 The SMP8758 SoC includes 3 instances of this temperature sensor
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Dbrcm,bcm7216-pcie-sata-rescal.yaml12 instances on BCM7216.
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dphy-tegra194-p2u.txt4 Speed) each interfacing with 12 and 8 P2U instances respectively.
/f-stack/freebsd/contrib/device-tree/Bindings/mailbox/
H A Dsti-mailbox.txt3 Each ST Mailbox IP currently consists of 4 instances of 32 channels. Messages
H A Domap-mailbox.txt23 instance. DRA7xx has multiple instances with different number of h/w fifo queues
24 and interrupt lines between different instances. The interrupt lines can also be
27 SoCs has each of these instances form a cluster and combine multiple clusters
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx7ulp-pinctrl.txt3 i.MX 7ULP has three IOMUXC instances: IOMUXC0 for M4 ports, IOMUXC1 for A7
H A Dpinmux-node.yaml46 pin controller instances, naming each pin and function can easily become
76 registers, and must not be a virtual index of pin instances. The reason for
/f-stack/app/redis-5.0.5/tests/
H A Dinstances.tcl364 proc foreach_instance_id {instances idvar code} {
366 for {set id 0} {$id < [llength $instances]} {incr id} {

1234