Searched full:multiple (Results 1 – 25 of 869) sorted by relevance
12345678910>>...35
/Documentation/staging/ |
D | crc32.rst | 6 and the whole thing (message+CRC) is a multiple of the given 37 appropriate multiple of the divisor to subtract to being the remainder 42 throw the quotient bit away, but subtract the appropriate multiple of 49 multiple = remainder & 0x80000000 ? CRCPOLY : 0; 50 remainder = (remainder << 1 | next_input_bit()) ^ multiple; 70 multiple = (remainder & 0x80000000) ? CRCPOLY : 0; 71 remainder = (remainder << 1) ^ multiple; 78 multiple = (remainder & 1) ? CRCPOLY : 0; 79 remainder = (remainder >> 1) ^ multiple; 94 multiple = (remainder & 0x80000000) ? CRCPOLY : 0; [all …]
|
/Documentation/vm/ |
D | page_frags.rst | 8 which resides within a 0 or higher order compound page. Multiple 20 and tracks allows multiple calls to make use of a cached page. The 21 advantage to doing this is that multiple calls to get_page can be avoided 40 was implemented. It allows for freeing multiple references from a single 42 cleaning up the multiple references that were added to a page in order to
|
D | numa.rst | 13 comprises multiple components or assemblies each of which may contain 0 25 cells at multiple distances from other cells. 37 can have cells at multiple remote distances from any given cell. 48 Linux divides the system's hardware resources into multiple software 65 the existing nodes--or the system memory for non-NUMA platforms--into multiple 81 Because some nodes contain multiple zones containing different types of
|
/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 22 * Provide address space isolation between multiple contexts. 29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices 30 typically have a fixed association to the master device, whereas multiple- 48 This may also apply to multiple master IOMMU devices that do not allow the 52 - #iommu-cells = <1>: Multiple master IOMMU devices may need to be configured 71 have multiple master interfaces (to one or more IOMMU devices). 91 - pasid-num-bits: Some masters support multiple address spaces for DMA, by 122 Multiple-master IOMMU with fixed associations: 125 /* multiple-master IOMMU */ 150 Multiple-master IOMMU: [all …]
|
D | msm,iommu-v0.txt | 34 - iommus: A reference to the IOMMU in multiple cells. The first cell is a 37 and multiple contexts in each of the iommu. So multiple entries
|
/Documentation/filesystems/nfs/ |
D | pnfs.rst | 6 reference multiple devices, each of which can reference multiple data servers. 7 Each data server can be referenced by multiple devices. Each device 8 can be referenced by multiple layouts. To keep all of this straight, 40 justification, but seems reasonable given that we can have multiple 41 deviceid's per filesystem, and multiple filesystems per nfs_client.
|
/Documentation/sound/ |
D | alsa-configuration.rst | 34 specify multiple values for the option separated by commas. 53 This option takes multiple strings. 135 This module supports multiple cards. It does not support autoprobe, so 169 This module supports multiple cards, autoprobe and PnP. 183 This module supports multiple cards. It does not support autoprobe 197 This module supports multiple cards. 219 This module supports multiple cards, autoprobe and PnP. 228 This module supports multiple cards. 241 This module supports multiple cards, autoprobe and PnP. 253 This module supports multiple cards. [all …]
|
/Documentation/power/ |
D | charger-manager.rst | 9 and where each battery may have multiple chargers attached and the userland 10 wants to look at the aggregated information of the multiple chargers. 14 represents an independent battery with chargers. If there are multiple 16 the system may need multiple instances of Charger Manager. 23 * Support for multiple chargers (e.g., a device with USB, AC, and solar panels) 24 A system may have multiple chargers (or power sources) and some of 28 aggregates charger-related information from multiple sources and 67 if there are multiple batteries. If there are multiple batteries, the 68 multiple instances of Charger Manager share the same charger_global_desc
|
/Documentation/filesystems/ |
D | btrfs.rst | 21 * Checksums on data and metadata (multiple algorithms available) 23 * Integrated multiple device support, with several raid algorithms
|
/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | cpm.txt | 22 * Properties common to multiple CPM/QE devices 44 - If multiple range entries are used, the difference between the parent 48 multiple range entries not be used.
|
/Documentation/filesystems/ext4/ |
D | eainode.rst | 13 sharing of large xattr values between multiple owning inodes. For 17 inode is not referenced by multiple inodes) to verify that the EA inode
|
D | mmp.rst | 3 Multiple Mount Protection 6 Multiple mount protection (MMP) is a feature that protects the 7 filesystem against multiple hosts trying to use the filesystem
|
/Documentation/devicetree/bindings/power/ |
D | pd-samsung.yaml | 13 Exynos processors include support for multiple power domains which are used 39 to let user to distinguish between multiple domains in SoC.
|
/Documentation/sound/cards/ |
D | serial-u16550.rst | 11 * 4 - Generic device with multiple input support (4) 16 In Roland Soundcanvas mode, multiple ALSA raw MIDI substreams are supported 77 but does not allow sending the same byte simultaneously to multiple MIDI Outs. 89 The Generic driver supports multiple input and output substreams over a single
|
/Documentation/userspace-api/media/dvb/ |
D | frontend_f_open.rst | 33 Multiple opens are allowed with ``O_RDONLY``. In this mode, only 57 In a system with multiple front-ends, it is usually the case that 58 multiple devices cannot be open in read/write mode simultaneously. As
|
D | dmx-mmap.rst | 33 multiple of the pagesize and mmap will fail when the specified 38 Length of the memory area to map. This must be a multiple of the 57 ``start`` must be a multiple of the pagesize. Use of this option is
|
/Documentation/devicetree/bindings/net/ |
D | marvell-orion-net.txt | 11 the multiple levels is that the port registers are interleaved within a single 16 only one port associated. Multiple ports are implemented as multiple single-port
|
/Documentation/ABI/testing/ |
D | pstore | 39 multiple) files based on the record size of the underlying 43 Pstore only supports one backend at a time. If multiple
|
/Documentation/networking/ |
D | alias.rst | 7 IP-aliases are an obsolete way to manage multiple IP-addresses/masks 8 per interface. Newer tools such as iproute2 support multiple
|
D | bonding.rst | 28 multiple network interfaces into a single logical "bonded" interface. 50 3.1.2 Configuring Multiple Bonds with Sysconfig 53 3.2.2 Configuring Multiple Bonds with Initscripts 55 3.3.1 Configuring Multiple Bonds Manually 71 7.2 Configuring Multiple ARP Targets 85 11.2 High Availability in a Multiple Switch Topology 86 11.2.1 HA Bonding Mode Selection for Multiple Switch Topology 87 11.2.2 HA Link Monitoring for Multiple Switch Topology 93 12.2 Maximum Throughput in a Multiple Switch Topology 94 12.2.1 MT Bonding Mode Selection for Multiple Switch Topology [all …]
|
/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-bindings.txt | 27 in a single place, rather than splitting it across multiple client device 49 nodes of the pin controller that they configure. Multiple 50 entries may exist in this list so that multiple pin 52 from multiple nodes for a single pin controller, each
|
/Documentation/devicetree/bindings/hwlock/ |
D | hwlock.txt | 28 or multiple hwlocks, with each hwlock represented by 49 2. Example of a node using multiple specific hwlocks:
|
/Documentation/devicetree/bindings/clock/ti/ |
D | composite.txt | 6 register-mapped composite clock with multiple different sub-types; 8 a multiplexer clock with multiple input clock signals or parents, one
|
/Documentation/devicetree/bindings/slimbus/ |
D | bus.txt | 26 Device Index Uniquely identifies multiple Devices within 28 Instance ID Is for the cases where multiple Devices of the
|
/Documentation/infiniband/ |
D | core_locking.rst | 54 if multiple function calls using the same object are run 62 example, a consumer may safely call ib_poll_cq() on multiple CPUs 76 The low-level driver is responsible for ensuring that multiple
|
12345678910>>...35