Home
last modified time | relevance | path

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

12345678910>>...68

/Linux-v5.15/tools/testing/selftests/arm64/pauth/
Dpac.c73 int same = 0; in n_same_single_set() local
86 same += 1; in n_same_single_set()
89 return same; in n_same_single_set()
254 int same = 10; in TEST() local
283 if (tmp < same) in TEST()
284 same = tmp; in TEST()
287 ASSERT_EQ(0, same) TH_LOG("%d keys clashed every time", same); in TEST()
299 int same = 10; in TEST() local
320 if (ret < same) in TEST()
321 same = ret; in TEST()
[all …]
/Linux-v5.15/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.15/fs/
Dremap_range.c201 bool same; in vfs_dedupe_file_range_compare() local
205 same = true; in vfs_dedupe_file_range_compare()
237 same = false; in vfs_dedupe_file_range_compare()
248 same = false; in vfs_dedupe_file_range_compare()
257 if (!same) in vfs_dedupe_file_range_compare()
265 *is_same = same; in vfs_dedupe_file_range_compare()
492 int vfs_dedupe_file_range(struct file *file, struct file_dedupe_range *same) in vfs_dedupe_file_range() argument
500 u16 count = same->dest_count; in vfs_dedupe_file_range()
506 if (same->reserved1 || same->reserved2) in vfs_dedupe_file_range()
509 off = same->src_offset; in vfs_dedupe_file_range()
[all …]
Dioctl.c423 struct file_dedupe_range *same = NULL; in ioctl_file_dedupe_range() local
439 same = memdup_user(argp, size); in ioctl_file_dedupe_range()
440 if (IS_ERR(same)) { in ioctl_file_dedupe_range()
441 ret = PTR_ERR(same); in ioctl_file_dedupe_range()
442 same = NULL; in ioctl_file_dedupe_range()
446 same->dest_count = count; in ioctl_file_dedupe_range()
447 ret = vfs_dedupe_file_range(file, same); in ioctl_file_dedupe_range()
451 ret = copy_to_user(argp, same, size); in ioctl_file_dedupe_range()
456 kfree(same); in ioctl_file_dedupe_range()
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-devices-system-cpu9 all per-CPU defaults at the same time.
58 Description: internal kernel map of CPUs within the same core.
63 Description: human-readable list of CPUs within the same core.
69 Description: internal kernel map of the CPUs sharing the same physical_package_id.
74 Description: human-readable list of CPUs sharing the same physical_package_id.
80 Description: internal kernel map of CPUs within the same die.
84 Description: human-readable list of CPUs within the same die.
89 Description: internal kernel map of cpuX's hardware threads within the same
94 Description: human-readable list of cpuX's hardware threads within the same
100 Description: internal kernel map of cpuX's hardware threads within the same
[all …]
/Linux-v5.15/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.15/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.15/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
79 it follows the same syntax as the DEBUGINFOD_URLS variable, like:
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.15/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.
Dlpc-eth.txt9 - phy-mode: See ethernet.txt file in the same directory. If the property is
15 phy.txt in the same directory
Dftgmac100.txt18 - phy-handle: See ethernet.txt file in the same directory.
19 - phy-mode: See ethernet.txt file in the same directory. If the property is
37 - mdio: See mdio.txt file in the same directory.
/Linux-v5.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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
/Linux-v5.15/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.15/Documentation/networking/
Dsysfs-tagging.rst11 namespace active multiple devices with the same name can show up in
12 the same directory, ouch!
15 namespaces to see the same interface that is currently presented in

12345678910>>...68