Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 149 of 149) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dsort.h86 } pairs; member
130 return !list_empty(&he->pairs.node); in hist_entry__has_pairs()
136 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
143 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
Dhist.c370 INIT_LIST_HEAD(&he->pairs.node); in hist_entry__new()
/linux-4.4.14/drivers/acpi/acpica/
Dutfileio.c87 u32 pairs = 0; in acpi_ut_check_text_mode_corruption() local
107 pairs++; in acpi_ut_check_text_mode_corruption()
113 if (!pairs) { in acpi_ut_check_text_mode_corruption()
126 acpi_os_printf("All LFs (%u) were changed to CR/LF pairs\n", pairs); in acpi_ut_check_text_mode_corruption()
/linux-4.4.14/Documentation/locking/
Dlocktorture.txt43 o "spin_lock": spin_lock() and spin_unlock() pairs.
46 pairs.
48 o "rw_lock": read/write lock() and unlock() rwlock pairs.
51 rwlock pairs.
53 o "mutex_lock": mutex_lock() and mutex_unlock() pairs.
56 pairs. Kernel must have CONFIG_RT_MUTEX=y.
58 o "rwsem_lock": read/write down() and up() semaphore pairs.
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dsirf-audio-port.txt6 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
8 These strings correspond 1:1 with the ordered pairs in dmas.
Dbrcm,bcm2835-i2s.txt8 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
10 These strings correspond 1:1 with the ordered pairs in dmas.
Dsirf-usp.txt6 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
8 These strings correspond 1:1 with the ordered pairs in dmas.
Ddavinci-mcasp-audio.txt23 ordered pairs.
25 These strings correspond 1:1 with the ordered pairs in dmas. The dma
Dsun4i-codec.txt11 - clocks: a list of phandle + clock-specifer pairs, one for each entry
Dsamsung-i2s.txt23 - dmas: list of DMA controller phandle and DMA request line ordered pairs.
25 These strings correspond 1:1 with the ordered pairs in dmas.
Drockchip-spdif.txt18 - clocks: a list of phandle + clock-specifier pairs, one for each entry
Drockchip-i2s.txt18 - clocks: a list of phandle + clock-specifer pairs, one for each entry in clock-names.
Dfsl,asrc.txt6 Ends Audio controller such as ESAI, SSI and SAI. It has three pairs to support
Dwm8994.txt35 - clocks : A list of up to two phandle and clock specifier pairs
Dnau8825.txt72 - clocks: list of phandle and clock specifier pairs according to common clock bindings for the
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dsun9i-usb-phy.txt7 - reg : a list of offset + length pairs
15 - resets : a list of phandle + reset specifier pairs
Dsun4i-usb-phy.txt12 - reg : a list of offset + length pairs
23 - resets : a list of phandle + reset specifier pairs
Dqcom-apq8064-sata-phy.txt11 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
Dphy-stih407-usb.txt9 - resets : list of phandle and reset specifier pairs. There should be two entries, one
Dqcom-dwc3-usb-phy.txt13 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
Dti-phy.txt37 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
68 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
Dphy-mt65xx-usb.txt10 - clocks : a list of phandle + clock-specifier pairs, one for each
/linux-4.4.14/net/netfilter/ipset/
DKconfig41 can store IPv4 address and (source) MAC address pairs from a range.
69 can store IPv4/IPv6 address and mark pairs.
78 can store IPv4/IPv6 address and protocol/port pairs.
134 one can store IPv4/IPv6 network address/prefix pairs in a set.
144 protocol/port pairs as elements in a set.
154 interface name pairs as elements in a set.
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm3380-l2-intc.txt8 - contains one or more enable/status word pairs, which often appear at
16 - reg: specifies one or more enable/status pairs, in the following format:
Dmsi.txt64 - msi-parent: A list of phandle + msi-specifier pairs, one for each MSI
Darm,gic.txt62 - clocks : List of phandle and clock-specific pairs, one for each entry
/linux-4.4.14/tools/perf/ui/
Dhist.c46 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt()
171 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in __hpp__sort()
176 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in __hpp__sort()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ioctl.c35 SVGA3dCapPair pairs[SVGA3D_DEVCAP_MAX]; member
147 size_t pair_offset = offsetof(struct svga_3d_compat_cap, pairs); in vmw_fill_compat_cap()
165 compat_cap->pairs[i][0] = i; in vmw_fill_compat_cap()
166 compat_cap->pairs[i][1] = vmw_mask_multisample in vmw_fill_compat_cap()
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Dnvidia,tegra20-gart.txt5 - reg: Two pairs of cells specifying the physical address and size of
Diommu.txt75 - iommus: A list of phandle and IOMMU specifier pairs that describe the IOMMU
/linux-4.4.14/drivers/firmware/broadcom/
DKconfig8 pairs.
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dda9150-charger.txt7 - io-channels: List of phandle and IIO specifier pairs
/linux-4.4.14/Documentation/sound/oss/
DWaveArtist8 mm31 write the volume setting in pairs, where mm = (nn - 10) / 2
9 rr32 write the mixer settings in pairs, where rr = nn/2
DREADME.OSS1204 DMA channel pairs are: 0&1, 1&0 and 3&0.
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Darmada-380-rtc.txt7 - reg: a list of base address and size pairs, one for each entry in
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Domap-usb-tll.txt12 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
Dcros-ec.txt35 - reg: List of (IO address, size) pairs defining the interface uses
Domap-usb-host.txt35 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-format10 name/value pairs.
Ddev-kmsg75 key/value pairs to the log message, which provide the machine
Dsysfs-bus-coresight-devices-etm4x28 Description: (R) Indicates the number of address comparator pairs that are
69 Description: (R) Indicates the number of resource selection pairs that are
Dsysfs-bus-coresight-devices-etm3x149 Description: (R) Provides the number of address comparators pairs accessible
Dsysfs-bus-iio86 Channels with 'i' and 'q' modifiers always exist in pairs and both
1309 Channels with 'i' and 'q' modifiers always exist in pairs and both
/linux-4.4.14/drivers/gpu/drm/i2c/
DKconfig25 when used in pairs) TMDS transmitters, used in some nVidia
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dusb-ohci.txt14 - clocks : a list of phandle + clock specifier pairs
Drenesas_usbhs.txt11 - clocks: A list of phandle + clock specifier pairs
Dmsm-hsusb.txt28 - clocks: A list of phandle + clock-specifier pairs for the
42 - resets: A list of phandle + reset-specifier pairs for the
Dehci-st.txt17 - resets : phandle + reset specifier pairs to the powerdown and softreset lines
Dusb-ehci.txt18 - clocks : a list of phandle + clock specifier pairs
Dqcom,dwc3.txt5 - clocks: A list of phandle + clock-specifier pairs for the
Ddwc3-st.txt13 - resets : list of phandle and reset specifier pairs. There should be two entries, one
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dsdhci-fujitsu.txt9 list of phandles and clock-specifier pairs.
Dsunxi-mmc.txt13 - clocks : a list with 4 phandle + clock specifier pairs
Dsdhci-msm.txt15 - clocks: A list of phandle + clock-specifier pairs for the clocks listed in clock-names.
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dfsl-lpuart.txt11 - clocks : phandle + clock specifier pairs, one for each entry in clock-names
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c233 int pairs = adapter->num_active_queues; in i40evf_configure_queues() local
244 (sizeof(struct i40e_virtchnl_queue_pair_info) * pairs); in i40evf_configure_queues()
250 vqci->num_queue_pairs = pairs; in i40evf_configure_queues()
255 for (i = 0; i < pairs; i++) { in i40evf_configure_queues()
Di40evf_main.c1180 int pairs = 0; in i40evf_set_interrupt_capability() local
1187 pairs = adapter->num_active_queues; in i40evf_set_interrupt_capability()
1194 v_budget = min_t(int, pairs, (int)(num_online_cpus() * 2)) + NONQ_VECS; in i40evf_set_interrupt_capability()
1210 adapter->netdev->real_num_tx_queues = pairs; in i40evf_set_interrupt_capability()
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Drenesas,usb-dmac.txt10 - clocks: a list of phandle + clock-specifier pairs.
Dshdma.txt76 - dmas: a list of <[DMA multiplexer phandle] [MID/RID value]> pairs,
Drenesas,rcar-dmac.txt27 - clocks: a list of phandle + clock-specifier pairs, one for each entry
Dfsl-edma.txt31 - clocks : A list of phandle and clock-specifier pairs, one for each entry in
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dsamsung-sss.txt31 - clocks : list of clock phandle and specifier pairs for all clocks listed in
Dfsl-sec4.txt112 Definition: A list of phandle and clock specifier pairs describing
/linux-4.4.14/Documentation/video4linux/cx2341x/
DREADME.hm1224 contain 8 UV value pairs (16 bytes in total). The second 16 bytes are the
25 second line of 8 UV pairs of the top-left block, etc. After transmitting
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Drenesas,mtu2.txt24 - clocks: a list of phandle + clock-specifier pairs, one for each entry
Drenesas,tmu.txt22 - clocks: a list of phandle + clock-specifier pairs, one for each entry
Drenesas,cmt.txt58 - clocks: a list of phandle + clock-specifier pairs, one for each entry
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dsp810.txt19 specifier pairs for the entries of clock-names property
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dsamsung-s5k6a3.txt15 - clocks : should contain list of phandle and clock specifier pairs
Dsamsung-s5k5baf.txt15 - clocks : list of phandle and clock specifier pairs
Dsamsung-s5c73m3.txt25 - clocks : should contain list of phandle and clock specifier pairs
/linux-4.4.14/fs/ext2/
DKconfig15 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt40 alloc-ranges (optional) - prop-encoded-array (address, length pairs).
76 memory-region (optional) - phandle, specifier pairs to children of /reserved-memory
/linux-4.4.14/Documentation/devicetree/bindings/dma/xilinx/
Dxilinx_dma.txt52 - dmas: a list of <[DMA device phandle] [Channel ID]> pairs,
Dxilinx_vdma.txt62 - dmas: a list of <[Video DMA device phandle] [Channel ID]> pairs,
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dbrcm,bcm7445-switch-v4.0.txt7 pairs of register addresses and lengths
Dbrcm,bcmgenet.txt39 parent node compatible property (e.g: brcm,genet-v4 pairs with
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmt8173-cpu-dvfs.txt4 - clocks: A list of phandle + clock-specifier pairs for the clocks listed in clock names.
Dxgene.txt24 - reg : shall be a list of address and length pairs describing the CSR
Dclock-bindings.txt66 clocks: List of phandle and clock specifier pairs, one pair
/linux-4.4.14/Documentation/hwmon/
Dads782850 where 4 differential pairs can be measured.
Dthmc5027 List of adapter,address pairs to force chips into ADM1022 mode with
/linux-4.4.14/Documentation/devicetree/bindings/ufs/
Dufs-qcom.txt18 - clocks : List of phandle and clock specifier pairs
Dufshcd-pltfrm.txt33 - clocks : List of phandle and clock specifier pairs
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dahci-platform.txt29 - clocks : a list of phandle + clock specifier pairs
/linux-4.4.14/Documentation/devicetree/bindings/spmi/
Dqcom,spmi-pmic-arb.txt26 - reg : address + size pairs describing the PMIC arb register sets; order must
/linux-4.4.14/Documentation/device-mapper/
Dcache.txt191 key/value pairs passed to the policy
192 policy args : key/value pairs passed to the policy
251 core args : Key/value pairs for tuning the core
255 policy args : Key/value pairs e.g. sequential_threshold
Dcache-policies.txt42 Message and constructor argument pairs are:
/linux-4.4.14/Documentation/devicetree/bindings/iio/
Diio-bindings.txt48 io-channels: List of phandle and IIO specifier pairs, one pair
/linux-4.4.14/Documentation/devicetree/bindings/display/
Drenesas,du.txt22 - clocks: A list of phandles + clock-specifier pairs, one for each entry in
Darm,pl11x.txt23 - clocks: contains phandle and clock specifier pairs for the entries
/linux-4.4.14/Documentation/video4linux/
Dcpia2_overview.txt36 a tuple structure containing address/value pairs. The repeat mode is only
Dvivid.txt118 instance. This is a hexadecimal value with up to 16 pairs of bits, each
/linux-4.4.14/Documentation/filesystems/
Dgfs2-glocks.txt137 The statistics are divided into three pairs of mean and
138 variance, plus two counters. The mean/variance pairs are
147 The three pairs of mean/variance measure the following
Dexofs.txt136 name, inode #> pairs for files that are found in that directory. The object
151 readpage, writepage, update_inode, and truncate. The following pairs of
Dhpfs.txt69 extended attributes. Extended attributes are pairs of (key,value) where key is
/linux-4.4.14/Documentation/
Dntb.txt34 establishes a logical link to the peer, and creates queue pairs to exchange
93 series of pairs of scratchpad number and value
Dadding-syscalls.txt161 arguments (i.e. parameter 1, 3, 5), to allow use of contiguous pairs of 32-bit
193 followed by the (type, name) pairs for the parameters as arguments. Using
Drbtree.txt10 storing sortable key/value data pairs. This differs from radix trees (which
Ddma-buf-sharing.txt196 - Importance of attach-detach and {map,unmap}_dma_buf operation pairs
Dparport-lowlevel.txt782 ID, and are in big-endian order. The ID is a sequence of pairs of the
Dmd.txt543 numbers or start-end pairs can be written. Multiple numbers
Dmemory-barriers.txt833 pairs with a release barrier, but both may also pair with other barriers,
834 including of course general barriers. A write barrier pairs with a data
837 control dependency, or a data dependency barrier pairs with a write
DDMA-API-HOWTO.txt586 interfaces deal with page/offset pairs instead of CPU pointers.
Dkernel-parameters.txt2968 Ranges are in pairs (I/O port base and size).
2973 Ranges are in pairs (memory base and size).
/linux-4.4.14/Documentation/frv/
Dmmu-layout.txt12 There are 8 IAMLR/IAMPR register pairs and 16 DAMLR/DAMPR register pairs for SAT mode.
99 register pairs; and the matching kunmap_atomic() clears the DAMPR. This makes high memory
Datomic-ops.txt27 the LL/SC instruction pairs supported on a number of platforms.
/linux-4.4.14/fs/f2fs/
DKconfig35 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dreset.txt48 resets: List of phandle and reset specifier pairs, one pair
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt62 Description: List of phandle and DCP index pairs, to the BMan instance
Dqman.txt70 Description: List of phandle and DCP index pairs, to the QMan instance
/linux-4.4.14/arch/mn10300/kernel/
Dmn10300-serial-low.S61 # - stores data/status byte pairs in the ring buffer
/linux-4.4.14/fs/reiserfs/
DKconfig59 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/arch/powerpc/platforms/pseries/
DKconfig83 <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
/linux-4.4.14/Documentation/trace/
Dstm.txt17 master/channel pairs to the trace sources that it understands.
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra124-pinmux.txt11 - reg: Should contain a list of base address and size pairs for:
Dnvidia,tegra210-pinmux.txt5 - reg: Should contain a list of base address and size pairs for:
Dpinctrl-single.txt94 register offset and value pairs using pinctrl-single,pins. Only the bits
/linux-4.4.14/Documentation/infiniband/
Duser_mad.txt104 request/response pairs. The upper 32 bits are reserved for use by
/linux-4.4.14/fs/jffs2/
DKconfig70 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/tools/perf/
Dbuiltin-diff.c411 list_for_each_entry(pair, &he->pairs.head, pairs.node) in get_pair_data()
/linux-4.4.14/Documentation/power/
Dopp.txt24 voltage/frequency pairs that are higher.
26 The set of discrete tuples consisting of frequency and voltage pairs that
/linux-4.4.14/Documentation/x86/
Dpat.txt156 set_memory_[uc|wc|wt] and set_memory_wb should be used in pairs, where driver
/linux-4.4.14/net/bridge/netfilter/
DKconfig83 MAC/IP address pairs can be matched, f.e. for anti-spoofing rules.
/linux-4.4.14/fs/
DKconfig154 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/Documentation/scheduler/
Dsched-stats.txt17 sometimes balancing only between pairs of cpus. At this time, there
/linux-4.4.14/fs/squashfs/
DKconfig105 Xattrs are name:value pairs associated with inodes by
/linux-4.4.14/fs/cifs/
DKconfig100 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/Documentation/metag/
Dkernel-ABI.txt190 64-bit arguments are placed in matching pairs of registers (i.e. the same
/linux-4.4.14/Documentation/devicetree/bindings/opp/
Dopp.txt16 This binding only supports voltage-frequency pairs.
/linux-4.4.14/drivers/mtd/chips/
DKconfig130 If your flash chips are interleaved in pairs - i.e. you have two
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt404 can be written at a time. For nested keyed files, the sub key pairs
405 may be specified in any order and not all pairs have to be specified.
437 "events" should be created which lists event key value pairs.
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-cache.txt197 hex digits, and pairs of these digits provide the bytes in the
/linux-4.4.14/drivers/usb/misc/
DKconfig209 VID/PID pairs. This driver then initiates a corresponding test mode on
/linux-4.4.14/Documentation/security/
Dcredentials.txt356 There are also convenience wrappers for retrieving specific associated pairs of
363 which return these pairs of values through their arguments after retrieving
DSmack.txt732 Events are logged as 'key=value' pairs, for each event you at least will get
734 that triggered the event, plus other pairs depending on the type of event
/linux-4.4.14/kernel/power/
DKconfig267 voltage pairs that the device will support per voltage domain. This
/linux-4.4.14/Documentation/input/
Datarikbd.txt457 tenths of seconds later, keystroke pairs are generated every Tn tenths of
458 seconds. After the Rn breakpoint is reached, keystroke pairs are generated
Delantech.txt481 Note that the two pairs of coordinates are not exactly the coordinates of the
/linux-4.4.14/Documentation/networking/
Drds.txt259 transport, for example, handles all the queue pairs, work requests,
/linux-4.4.14/drivers/net/
DKconfig278 This device is a local ethernet tunnel. Devices are created in pairs.
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt204 Then next two dynamic attributes are created/removed in pairs. They represent
/linux-4.4.14/Documentation/sound/alsa/
DAudiophile-Usb.txt27 - This port supports 2 pairs of line-level audio inputs (1/4" TS and RCA)
/linux-4.4.14/Documentation/block/
Dbiodoc.txt526 /* Number of scatter-gather DMA addr+len pairs after
531 /* Number of scatter-gather addr+len pairs after
682 pairs the host adapter can actually hand to the device at once)
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt413 label. This tag may contain a maximum of 7 category pairs. The bottom
/linux-4.4.14/Documentation/scsi/
Dst.txt333 pairs are separated with a comma (no spaces allowed). A colon can be
DChangeLog.1992-1997669 cli/sti pairs.
/linux-4.4.14/init/
DKconfig1612 pairs of memory barriers into pairs consisting of membarrier() and a
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt409 of the reserved memory map. This map is a list of pairs of 64-