| /f-stack/app/redis-5.0.5/tests/cluster/tests/ |
| H A D | 05-slave-selection.tcl | 133 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 D | 09-pubsub.tcl | 9 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 D | README | 2 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 D | ti,omap-iommu.txt | 5 "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 D | msm,iommu-v0.txt | 11 - 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 D | rockchip,iommu.txt | 25 Some mmu instances may produce unexpected results
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/ |
| H A D | dra7-atl.txt | 4 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 D | xo.rst | 151 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 D | encoders.rst | 94 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 D | nvidia,tegra210-dmic.yaml | 55 unique string among multiple instances of the same component. 57 on the maximum available instances on a Tegra SoC.
|
| H A D | nvidia,tegra186-dspk.yaml | 54 unique string among multiple instances of the same component. 56 available instances on a Tegra SoC.
|
| H A D | nvidia,tegra210-i2s.yaml | 73 unique string among multiple instances of the same component. 75 on the maximum available instances on a Tegra SoC.
|
| H A D | name-prefix.txt | 12 Example: Two instances of the same component.
|
| H A D | st,stm32-i2s.yaml | 14 Only some SPI instances support I2S.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/timer/ |
| H A D | ti,timer.txt | 5 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 D | keystone-navigator-dma.txt | 28 - 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 D | renesas,shdma.txt | 4 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 D | tango-thermal.txt | 3 The SMP8758 SoC includes 3 instances of this temperature sensor
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reset/ |
| H A D | brcm,bcm7216-pcie-sata-rescal.yaml | 12 instances on BCM7216.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | phy-tegra194-p2u.txt | 4 Speed) each interfacing with 12 and 8 P2U instances respectively.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | sti-mailbox.txt | 3 Each ST Mailbox IP currently consists of 4 instances of 32 channels. Messages
|
| H A D | omap-mailbox.txt | 23 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 D | fsl,imx7ulp-pinctrl.txt | 3 i.MX 7ULP has three IOMUXC instances: IOMUXC0 for M4 ports, IOMUXC1 for A7
|
| H A D | pinmux-node.yaml | 46 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 D | instances.tcl | 364 proc foreach_instance_id {instances idvar code} { 366 for {set id 0} {$id < [llength $instances]} {incr id} {
|