Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 1662) sorted by relevance

12345678910>>...67

/Linux-v5.10/tools/testing/selftests/arm64/pauth/
Dpac.c71 int same = 0; in n_same_single_set() local
84 same += 1; in n_same_single_set()
87 return same; in n_same_single_set()
252 int same = 10; in TEST() local
281 if (tmp < same) in TEST()
282 same = tmp; in TEST()
285 ASSERT_EQ(0, same) TH_LOG("%d keys clashed every time", same); in TEST()
297 int same = 10; in TEST() local
318 if (ret < same) in TEST()
319 same = ret; in TEST()
[all …]
/Linux-v5.10/scripts/coccinelle/misc/
Darray_size_dup.cocci5 /// 1. An opencoded expression is used before array_size() to compute the same size
6 /// 2. An opencoded expression is used after array_size() to compute the same size
43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
[all …]
/Linux-v5.10/fs/
Dremap_range.c213 bool same; in vfs_dedupe_file_range_compare() local
217 same = true; in vfs_dedupe_file_range_compare()
249 same = false; in vfs_dedupe_file_range_compare()
260 same = false; in vfs_dedupe_file_range_compare()
269 if (!same) in vfs_dedupe_file_range_compare()
277 *is_same = same; in vfs_dedupe_file_range_compare()
493 int vfs_dedupe_file_range(struct file *file, struct file_dedupe_range *same) in vfs_dedupe_file_range() argument
501 u16 count = same->dest_count; in vfs_dedupe_file_range()
507 if (same->reserved1 || same->reserved2) in vfs_dedupe_file_range()
510 off = same->src_offset; in vfs_dedupe_file_range()
[all …]
Dioctl.c623 struct file_dedupe_range *same = NULL; in ioctl_file_dedupe_range() local
639 same = memdup_user(argp, size); in ioctl_file_dedupe_range()
640 if (IS_ERR(same)) { in ioctl_file_dedupe_range()
641 ret = PTR_ERR(same); in ioctl_file_dedupe_range()
642 same = NULL; in ioctl_file_dedupe_range()
646 same->dest_count = count; in ioctl_file_dedupe_range()
647 ret = vfs_dedupe_file_range(file, same); in ioctl_file_dedupe_range()
651 ret = copy_to_user(argp, same, size); in ioctl_file_dedupe_range()
656 kfree(same); in ioctl_file_dedupe_range()
/Linux-v5.10/kernel/
Dlatencytop.c97 int q, same = 1; in account_global_scheduler_latency() local
109 same = 0; in account_global_scheduler_latency()
117 if (same) { in account_global_scheduler_latency()
179 int same = 1; in __account_scheduler_latency() local
186 same = 0; in __account_scheduler_latency()
194 if (same) { in __account_scheduler_latency()
/Linux-v5.10/Documentation/devicetree/bindings/display/
Dst,stih4xx.txt18 - clock-names: names of the clocks listed in clocks property in the same
36 - clock-names: names of the clocks listed in clocks property in the same
40 - reset-names: names of the resets listed in resets property in the same
50 the same order.
53 - reset-names: names of the resets listed in resets property in the same
62 the same order.
65 the same order
68 - clock-names: names of the clocks listed in clocks property in the same
78 the same order.
82 - clock-names: names of the clocks listed in clocks property in the same
[all …]
/Linux-v5.10/Documentation/admin-guide/
Dcputopology.rst41 internal kernel map of CPUs within the same core.
46 human-readable list of CPUs within the same core.
51 internal kernel map of the CPUs sharing the same physical_package_id.
56 human-readable list of CPUs sharing the same physical_package_id.
61 internal kernel map of CPUs within the same die.
65 human-readable list of CPUs within the same die.
69 internal kernel map of cpuX's hardware threads within the same
74 human-readable list of cpuX's hardware threads within the same
79 internal kernel map of cpuX's hardware threads within the same
84 human-readable list of cpuX's hardware threads within the same
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dsocionext-netsec.txt11 - phy-mode: See ethernet.txt file in the same directory
12 - phy-handle: See ethernet.txt in the same directory.
26 Optional properties: (See ethernet.txt file in the same directory)
29 - max-speed: See ethernet.txt in the same directory.
30 - max-frame-size: See ethernet.txt in the same directory.
Dnixge.txt8 information of registers in the same order as described by reg-names.
14 - phy-mode: See ethernet.txt file in the same directory.
20 - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory.
22 - phy-handle: See ethernet.txt file in the same directory.
Dfsl-fec.txt7 - phy-mode : See ethernet.txt file in the same directory
12 - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory.
31 the same order. The defaults if not specified are
45 according to phy.txt in the same directory
48 To avoid these, create a phy node according to phy.txt in the same
Dlpc-eth.txt9 - phy-mode: See ethernet.txt file in the same directory. If the property is
15 phy.txt in the same directory
/Linux-v5.10/tools/perf/Documentation/
Dperf-buildid-cache.txt38 same directory and are also copied. All 3 files are created with read
40 kcore in the cache (with the same build-id) that has the same modules at
41 the same addresses. Use the -v option to see if a copy of kcore is
45 Remove a cached binary which has same build-id of specified file
62 exactly same build-id, that is replaced by new one. It can be used
Dintel-bts.txt39 The snapshot option is the same as Intel PT (refer Intel PT documentation).
45 The mmap size option is the same as Intel PT (refer Intel PT documentation).
53 the same as Intel PT (refer Intel PT documentation) except that neither
76 This can be further controlled by new option --itrace exactly the same as
/Linux-v5.10/Documentation/driver-api/usb/
Dpersist.rst22 has no way to know what has actually happened. Perhaps the same
35 system woke up, who cares? It'll still work the same when you type on
39 devices. The effect is exactly the same as if the device really had
47 interrupts a power session will have the same effect. For example,
83 same thing that happens whenever a USB device is reset.) If the
85 same descriptors as before, including the Vendor and Product IDs, then
86 the kernel continues to use the same device structure. In effect, the
90 The same thing happens if the host controller is in the expected state
125 have the same persistent volume associated with the device. As such
142 to make sure the USB device hasn't been changed; that is, the same
[all …]
/Linux-v5.10/Documentation/core-api/
Drefcount-vs-atomic.rst35 program order (po) relation (on the same CPU). It guarantees that
42 stores (all po-earlier instructions) on the same CPU are completed
43 before any po-later instruction is executed on the same CPU.
44 It also guarantees that all po-earlier stores on the same CPU
50 stores (all po-earlier instructions) on the same CPU are completed
52 stores on the same CPU and all propagated stores from other CPUs
58 stores (all po-later instructions) on the same CPU are
60 po-later stores on the same CPU must propagate to all other CPUs
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Dst,sti-asoc-card.txt20 - clock-names: name of the clocks listed in clocks property in the same order
22 - reg: CPU DAI IP Base address and size entries, listed in same
26 the same order.
28 - interrupts: CPU_DAI interrupt line, listed in the same order than the
31 - dma: CPU_DAI DMA controller phandle and DMA request line, listed in the same
39 - clocks: CPU_DAI IP clock source, listed in the same order than the
Dname-prefix.txt4 audio components as list of string pair. Component using the same
12 Example: Two instances of the same component.
/Linux-v5.10/drivers/of/unittest-data/
Doverlay_bad_add_dup_node.dts6 * &electric_1/motor-1 and &spin_ctrl_1 are the same node:
10 * result in an attempt to add the same node twice.
/Linux-v5.10/Documentation/admin-guide/namespaces/
Dcompatibility-list.rst35 words, user 10 in one user namespace shouldn't have the same
39 The same is true for the IPC namespaces being shared - two users
40 from different user namespaces should not access the same IPC objects
/Linux-v5.10/Documentation/virt/kvm/devices/
Dvcpu.rst8 KVM_GET_DEVICE_ATTR, and KVM_HAS_DEVICE_ATTR. The interface uses the same struct
39 type must be same for each vcpu. As a PPI, the interrupt number is the same for
97 Note: "Cancelling" a filter by registering the opposite action for the same
100 action for the same range will leave the whole range as disabled.
135 Setting the same PPI for different timers will prevent the VCPUs from running.
/Linux-v5.10/Documentation/powerpc/
Dvcpudispatch_stats.rst31 2. number of times this vcpu was dispatched on the same processor as last
34 as last time, but within the same chip
68 statistics were enabled. 4126 of those dispatches were on the same
70 the same chip, while 30 dispatches were on a different chip compared to
/Linux-v5.10/Documentation/devicetree/bindings/display/msm/
Ddpu.txt18 - clock-names: device clock names, must be in same order as clocks property.
30 - ranges: parent bus address space is the same as the child bus address space.
39 - assigned-clock-rates: list of clock frequencies sorted in the same order as
50 - clock-names: device clock names, must be in same order as clocks property.
71 - assigned-clock-rates: list of clock frequencies sorted in the same order as
/Linux-v5.10/drivers/pci/
DKconfig105 require SR-IOV support, while at the same time the PF (Physical
157 to access more than one IO address space at the same time. To make
176 P2P DMA transactions must be between devices behind the same root
203 at compile-time. The choices are the same as those offered for
215 Use the BIOS defaults; don't touch MPS at all. This is the same
231 is the same as booting with 'pci=pcie_bus_safe'.
240 parent. This is the same as booting with 'pci=pcie_bus_perf'.
251 This is the same as booting with 'pci=pcie_bus_peer2peer'.
/Linux-v5.10/Documentation/devicetree/bindings/media/
Dst,st-hva.txt7 - reg-names: names of the registers listed in registers property in the same
13 - clock-names: names of the clocks listed in clocks property in the same order.
/Linux-v5.10/Documentation/power/
Dswsusp-and-swap-files.rst7 The Linux kernel handles swap files almost in the same way as it handles swap
45 by the same application that determines the swap file's header offset using the
56 Now, swsusp will use the swap file in the same way in which it would use a swap
61 the location of its header need not be the same as before. Thus every time

12345678910>>...67