Home
last modified time | relevance | path

Searched full:multiple (Results 1 – 25 of 3007) sorted by relevance

12345678910>>...121

/linux/Documentation/staging/
H A Dcrc32.rst6 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 …]
/linux/sound/pci/ctxfi/
H A Dxfi.c23 static unsigned int multiple = 2; variable
26 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)");
27 module_param(multiple, uint, 0444);
82 if ((multiple != 1) && (multiple != 2) && (multiple != 4)) { in ct_card_probe()
83 dev_err(card->dev, "Invalid multiple value %u!!!\n", in ct_card_probe()
84 multiple); in ct_card_probe()
86 "The valid values for multiple are 1, 2 and 4, Value 2 is assumed.\n"); in ct_card_probe()
87 multiple = 2; in ct_card_probe()
89 err = ct_atc_create(card, pci, reference_rate, multiple, in ct_card_probe()
/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Duncore-memory.json184multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
194multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
204multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
214multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
224multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
234multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
244multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
254multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
282 …ible to distinguish between the two. This can be filtered by rank. If multiple ranks are selecte…
292 …ible to distinguish between the two. This can be filtered by rank. If multiple ranks are selecte…
[all …]
/linux/Documentation/devicetree/bindings/iommu/
H A Diommu.txt22 * 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
140 Multiple-master IOMMU with fixed associations:
143 /* multiple-master IOMMU */
168 Multiple-master IOMMU:
[all …]
/linux/Documentation/filesystems/nfs/
H A Dpnfs.rst6 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.
/linux/Documentation/power/
H A Dcharger-manager.rst9 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
/linux/Documentation/mm/
H A Dpage_frags.rst6 which resides within a 0 or higher order compound page. Multiple
18 and tracks allows multiple calls to make use of a cached page. The
19 advantage to doing this is that multiple calls to get_page can be avoided
38 was implemented. It allows for freeing multiple references from a single
40 cleaning up the multiple references that were added to a page in order to
H A Dnuma.rst11 comprises multiple components or assemblies each of which may contain 0
23 cells at multiple distances from other cells.
35 can have cells at multiple remote distances from any given cell.
46 Linux divides the system's hardware resources into multiple software
63 the existing nodes--or the system memory for non-NUMA platforms--into multiple
79 Because some nodes contain multiple zones containing different types of
/linux/Documentation/networking/devlink/
H A Dsfc.rst24 multiple components.
27 - For boards where the management function is split between multiple
31 - For boards where the management function is split between multiple
57 multiple images (e.g. PXE and UEFI), this is the specifically the PXE boot
68 combined flash image ("bundle") that contains multiple components (on ef10,
/linux/drivers/staging/greybus/
H A Dfw-core.c83 /* Disallow multiple Firmware Management CPorts */ in gb_fw_core_probe()
86 "multiple management CPorts found\n"); in gb_fw_core_probe()
104 /* Disallow multiple Firmware Download CPorts */ in gb_fw_core_probe()
107 "multiple download CPorts found\n"); in gb_fw_core_probe()
123 /* Disallow multiple SPI CPorts */ in gb_fw_core_probe()
126 "multiple SPI CPorts found\n"); in gb_fw_core_probe()
142 /* Disallow multiple CAP CPorts */ in gb_fw_core_probe()
144 dev_err(&bundle->dev, "multiple Authentication CPorts found\n"); in gb_fw_core_probe()
/linux/arch/x86/include/uapi/asm/
H A Dsgx.h53 * @length: length of the data (multiple of the page size)
56 * @count: number of bytes added (multiple of the page size)
90 * @length: length of memory (multiple of the page size)
94 * @count: (output) bytes successfully changed (multiple of page size)
109 * @length: length of memory (multiple of the page size)
112 * @count: (output) bytes successfully changed (multiple of page size)
126 * @length: length of memory (multiple of the page size)
127 * @count: (output) bytes successfully changed (multiple of page size)
/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.c40 /* Size will be rounded up to a multiple of 16 bytes */ in validate_sve_context()
65 /* Size will be rounded up to a multiple of 16 bytes */ in validate_za_context()
154 *err = "Multiple FPSIMD_MAGIC"; in validate_reserved()
174 *err = "Multiple SVE_MAGIC"; in validate_reserved()
181 *err = "Multiple ZA_MAGIC"; in validate_reserved()
188 *err = "Multiple ZT_MAGIC"; in validate_reserved()
195 *err = "Multiple FPMR_MAGIC"; in validate_reserved()
203 *err = "Multiple GCS_MAGIC"; in validate_reserved()
210 *err = "Multiple EXTRA_MAGIC"; in validate_reserved()
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
H A Dspec_operation.json16 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses.…
20 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses."
24 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses."
44 …nts speculatively executed load operations including Single Instruction Multiple Data (SIMD) load …
48 …ts speculatively executed store operations including Single Instruction Multiple Data (SIMD) store…
H A Dtlb.json4 …evel 1 instruction TLB refills from any Instruction fetch. If there are multiple misses in the TLB…
8 …ts level 1 data TLB accesses that resulted in TLB refills. If there are multiple misses in the TLB…
12 …e operation. Note that load or store instructions can be broken up into multiple memory operations…
36 …level 1 data TLB refills caused by memory read operations. If there are multiple misses in the TLB…
40 …a TLB refills caused by data side memory write operations. If there are multiple misses in the TLB…
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/
H A Dspec_operation.json20 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses.…
24 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses."
28 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses."
48 …nts speculatively executed load operations including Single Instruction Multiple Data (SIMD) load …
52 …ts speculatively executed store operations including Single Instruction Multiple Data (SIMD) store…
H A Dtlb.json4 …evel 1 instruction TLB refills from any Instruction fetch. If there are multiple misses in the TLB…
8 …ts level 1 data TLB accesses that resulted in TLB refills. If there are multiple misses in the TLB…
12 …e operation. Note that load or store instructions can be broken up into multiple memory operations…
36 …level 1 data TLB refills caused by memory read operations. If there are multiple misses in the TLB…
40 …a TLB refills caused by data side memory write operations. If there are multiple misses in the TLB…
/linux/Documentation/devicetree/bindings/net/
H A Dmediatek-dwmac.yaml85 For MT2712 RGMII interface, Allowed value need to be a multiple of 170,
87 For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550,
89 For MT8188/MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple of 290,
95 For MT2712 RGMII interface, Allowed value need to be a multiple of 170,
97 For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550,
99 For MT8188/MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple
/linux/Documentation/networking/
H A Dmptcp.rst12 device to make use of multiple interfaces at once to send and receive TCP
14 multiple interfaces or prefer the one with the lowest latency. It also allows a
25 Thanks to MPTCP, being able to use multiple paths in parallel or simultaneously
33 - Network aggregation: using multiple paths at the same time to have a higher
71 To be able to use multiple IP addresses on a host to create multiple *subflows*
/linux/lib/842/
H A D842.h6 /* The 842 compressed format is made up of multiple blocks, each of
57 * length to a specific byte multiple (usually a multiple of 8, 16, or 32
65 * buffers that are not an exact multiple of 8 bytes long. However, those
70 * reject any input buffer that is not a multiple of 8 bytes long.
92 * a multiple of 8.
/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v2-base.yaml53 Entries for multiple clocks shall be provided in the same field, as
69 Entries for multiple regulators shall be provided in the same field separated
93 Entries for multiple regulators shall be provided in the same field
108 Entries for multiple regulators shall be provided in the same field
158 Marks the OPP to be used during device suspend. If multiple OPPs in
197 of a different device. It should not contain multiple phandles to the
210 opp-microvolt property, but allows multiple voltage ranges to be
/linux/lib/
H A Dllist.c25 * multiple llist_add users without lock. Because otherwise
28 * but keep @head->first. If multiple consumers are needed, please
54 * Multiple callers can safely call this concurrently with multiple
/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-memory.json256multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
266multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
276multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
286multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
296multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
306multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
316multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
326multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
361 …ible to distinguish between the two. This can be filtered by rank. If multiple ranks are selecte…
371 …ible to distinguish between the two. This can be filtered by rank. If multiple ranks are selecte…
[all …]
/linux/tools/perf/tests/shell/
H A Drecord_bpf_filter.sh120 echo "Multiple bpf-filter test"
126 echo "Multiple bpf-filter test [Failed record]"
134 echo "Multiple bpf-filter test [Failed task-clock period]"
142 echo "Multiple bpf-filter test [Failed page-faults ip]"
147 echo "Multiple bpf-filter test [Success]"
/linux/Documentation/filesystems/
H A Dbtrfs.rst21 * Checksums on data and metadata (multiple algorithms available)
22 * Compression (multiple algorithms available)
26 * Integrated multiple device support, with several raid algorithms
/linux/drivers/net/ethernet/freescale/fman/
H A DKconfig25 read or write transactions into multiple smaller transactions
36 buffer in the SG list has data size that is not a multiple
40 stress with multiple ports injecting line-rate traffic.

12345678910>>...121