Home
last modified time | relevance | path

Searched refs:matching (Results 1 – 25 of 188) sorted by relevance

12345678

/linux/Documentation/infiniband/
H A Dtag_matching.rst2 Tag matching logic
5 The MPI standard defines a set of rules, known as tag-matching, for matching
17 matching operation. However, this doesn’t imply that tags are consumed in
19 earlier tags can’t be used to satisfy the matching rules.
23 corresponding matching receive is posted. If a matching receive is posted,
25 Implementations frequently use different matching schemes for these two
26 different matching instances.
35 2. The Rendezvous Protocol - the sender sends the tag-matching header,
38 the header to initiate an RDMA READ operation directly to the matching buffer.
41 Tag matching implementation
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-amba6 will override standard OF, ACPI, ID table, and name matching.
7 When specified, only a driver with a name matching the value
12 This returns the device to standard matching rules binding.
16 matching name is currently loaded in the kernel, the device will
H A Dsysfs-bus-vmbus6 will override standard static and dynamic ID matching. When
7 specified, only a driver with a name matching the value written
12 This returns the device to standard matching rules binding.
16 matching name is currently loaded in the kernel, the device
H A Dsysfs-bus-platform6 will override standard OF, ACPI, ID table, and name matching.
7 When specified, only a driver with a name matching the value
13 matching rules binding. Writing to driver_override does not
16 driver with a matching name is currently loaded in the kernel,
H A Dsysfs-bus-css39 specified, only a driver with a name matching the value written
44 This returns the device to standard matching rules binding.
48 matching name is currently loaded in the kernel, the device
55 file does not allow to override basic matching rules. I.e.,
H A Dsysfs-bus-wmi6 will override standard ID table matching.
7 When specified, only a driver with a name matching the value
13 driver_override) which returns the device to standard matching
17 load the specified driver. If no driver with a matching name is
H A Dsysfs-bus-vdpa44 When specified, only a driver with a name matching the value
49 This returns the device to standard matching rules binding.
53 matching name is currently loaded in the kernel, the device will
/linux/Documentation/devicetree/bindings/hsi/
H A Domap-ssi.txt11 - reg: Contains a matching register specifier for each entry
14 - interrupts: Contains matching interrupt information for each entry
22 - clocks: Contains a matching clock specifier for each entry in
34 - reg: Contains a matching register specifier for each entry
/linux/Documentation/driver-api/driver-model/
H A Dbinding.rst30 Instead of trying to derive a complex state machine and matching
107 Userspace may override the standard matching by writing a driver name to
110 bypasses all bus-specific matching (OF, ACPI, ID tables, etc.).
113 the device to standard matching rules. Writing to ``driver_override``
129 its own matching, using ``device_match_driver_override()``::
139 /* Fall through to bus-specific matching... */
/linux/Documentation/admin-guide/
H A Dbinfmt-misc.rst9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes
33 Ignored when using filename extension matching.
35 is the byte sequence binfmt_misc is matching for. The magic string
40 If you chose filename extension matching, this is the extension to be
42 Extension matching is case sensitive, and slashes ``/`` are not allowed!
45 bits from matching by supplying a string like magic and as long as magic.
48 filename extension matching.
/linux/Documentation/admin-guide/perf/
H A Dimx-ddr.rst37 --AXI_ID defines AxID matching value.
38 --AXI_MASKING defines which bits of AxID are meaningful for the matching.
41 - 1: corresponding bit is not masked, i.e. used to do the matching.
44 When non-masked bits are matching corresponding AXI_ID bits then counter is
/linux/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst200 ACPICA debugging messages matching "trace_debug_layer/trace_debug_level"
206 ACPICA debugging messages matching "trace_debug_layer/trace_debug_level"
212 ACPICA debugging messages matching "trace_debug_layer/trace_debug_level"
218 ACPICA debugging messages matching "trace_debug_layer/trace_debug_level"
224 ACPICA debugging messages matching "trace_debug_layer/trace_debug_level"
/linux/Documentation/driver-api/pldmfw/
H A Ddriver-ops.rst26 package data in a record to the device firmware. If the matching record
36 that is, for each component indicated by the matching record. The
/linux/Documentation/devicetree/bindings/mfd/
H A Dmotorola-cpcap.txt35 detect interrupt matching "hs" and microphone bias 2
36 detect interrupt matching "mb2" in interrupt-names.
/linux/drivers/staging/iio/Documentation/
H A Dinkernel.txt44 * matching dev or dev_name against consumer_dev and consumer_dev_name
45 * matching consumer_channel against consumer_channel in the map
/linux/Documentation/networking/
H A Dfib_trie.rst129 If we don't find a match, we enter prefix matching mode. The prefix length,
131 and we backtrack upwards through the trie trying to find a longest matching
135 Inside each tnode, the search for longest matching prefix consists of searching
141 chop off part of the key in order to find the longest matching prefix.
H A Dtcp_ao.rst119 connection. Find the matching MKT for this segment, using the segment's
123 i. If there is no matching MKT, remove TCP-AO from the segment.
136 the AO option not matching an MKT.
140 Connections not matching any MKT do not require TCP-AO. Further, incoming
153 >> All TCP segments MUST be checked against the set of MKTs for matching
169 user explicitly, or by a matching rule?
184 2. If the matching MKT corresponding to the segment’s socket pair and
189 Q: If both peers have multiple MKTs matching the connection's socket pair
349 RFC 5925 very permissively specifies how TCP port matching can be done for
357 Currently Linux TCP-AO implementation doesn't provide any TCP port matching.
/linux/tools/testing/selftests/damon/
H A Dsysfs.py91 assert_true(filter_.matching == dump['matching'], 'matching', dump)
254 _damon_sysfs.DamosFilter(type_='addr', matching=True,
259 _damon_sysfs.DamosFilter(type_='anon', matching=True,
H A Dsysfs_no_op_commit_break.py37 matching=True,
/linux/Documentation/networking/device_drivers/fddi/
H A Ddefza.rst34 The board supports a 64-entry CAM for matching destination addresses.
53 matching against the original address though.
/linux/lib/kunit/
H A DKconfig100 string only matching tests are executed.
108 string only matching tests are executed.
116 string only matching tests are executed.
/linux/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh25 echo $1 needs argument $2 matching \"$5\"
/linux/tools/perf/Documentation/
H A Dperf-probe.txt182 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is the offset from function entry address in bytes, ':RLN' is the relative-line number from function entry line, and '%return' means that it probes function return. And ';PTN' means lazy matching pattern (see LAZY MATCHING). Note that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source file which has that function.
183 It is also possible to specify a probe point by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the source file path, ':ALN' is the line number and ';PTN' is the lazy matching pattern.
235 The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and target. So this accepts wildcards('*', '?') and character classes(e.g. [a-z], [!A-Z]).
240 This provides some sort of flexibility and robustness to probe point definitions against minor code changes. For example, actual 10th line of schedule() can be moved easily by modifying schedule(), but the same line matching 'rq=cpu_rq*' may still exist in the function.)
244 The filter pattern is a glob matching pattern(s) to filter variables.
/linux/tools/memory-model/
H A Dlinux-kernel.bell56 (* Compute matching pairs of nested Rcu-lock and Rcu-unlock *)
72 (* Compute matching pairs of nested Srcu-lock and Srcu-unlock *)
/linux/arch/microblaze/boot/dts/
H A Dsystem.dts128 xlnx,include-datawidth-matching-0 = <0x1>;
129 xlnx,include-datawidth-matching-1 = <0x0>;
130 xlnx,include-datawidth-matching-2 = <0x0>;
131 xlnx,include-datawidth-matching-3 = <0x0>;

12345678