Home
last modified time | relevance | path

Searched +full:differ +full:- (Results 1 – 25 of 971) sorted by relevance

12345678910>>...39

/kernel/linux/linux-5.10/tools/perf/tests/
Dsample-parsing.c1 // SPDX-License-Identifier: GPL-2.0
15 #include "util/synthetic-events.h"
20 if (s1->m != s2->m) { \
21 pr_debug("Samples differ at '"#m"'\n"); \
27 if (memcmp(&s1->m, &s2->m, sizeof(s1->m))) { \
28 pr_debug("Samples differ at '"#m"'\n"); \
79 for (i = 0; i < s1->read.group.nr; i++) in samples_same()
87 COMP(callchain->nr); in samples_same()
88 for (i = 0; i < s1->callchain->nr; i++) in samples_same()
89 COMP(callchain->ips[i]); in samples_same()
[all …]
/kernel/linux/linux-6.6/tools/perf/tests/
Dsample-parsing.c1 // SPDX-License-Identifier: GPL-2.0
15 #include "util/synthetic-events.h"
21 if (s1->m != s2->m) { \
22 pr_debug("Samples differ at '"#m"'\n"); \
28 if (memcmp(&s1->m, &s2->m, sizeof(s1->m))) { \
29 pr_debug("Samples differ at '"#m"'\n"); \
41 #define FLAG(s) s->branch_stack->entries[i].flags
89 for (i = 0; i < s1->read.group.nr; i++) { in samples_same()
102 COMP(callchain->nr); in samples_same()
103 for (i = 0; i < s1->callchain->nr; i++) in samples_same()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dgr-udc.txt11 - name : Should be "GAISLER_USBDC" or "01_021"
13 - reg : Address and length of the register set for the device
15 - interrupts : Interrupt numbers for this device. Either one interrupt number
21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ
27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Dgr-udc.txt11 - name : Should be "GAISLER_USBDC" or "01_021"
13 - reg : Address and length of the register set for the device
15 - interrupts : Interrupt numbers for this device. Either one interrupt number
21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ
27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
/kernel/linux/linux-5.10/arch/x86/math-emu/
Dreg_add_sub.c1 // SPDX-License-Identifier: GPL-2.0
2 /*---------------------------------------------------------------------------+
9 | E-mail billm@suburbia.net |
12 +---------------------------------------------------------------------------*/
14 /*---------------------------------------------------------------------------+
17 | Each function returns 0 if the answer is o.k., otherwise a non-zero |
20 +---------------------------------------------------------------------------*/
59 diff = expa - expb; in FPU_add()
61 diff = a->sigh - b->sigh; /* This works only if the ms bits in FPU_add()
64 diff = a->sigl > b->sigl; in FPU_add()
[all …]
/kernel/linux/linux-6.6/arch/x86/math-emu/
Dreg_add_sub.c1 // SPDX-License-Identifier: GPL-2.0
2 /*---------------------------------------------------------------------------+
9 | E-mail billm@suburbia.net |
12 +---------------------------------------------------------------------------*/
14 /*---------------------------------------------------------------------------+
17 | Each function returns 0 if the answer is o.k., otherwise a non-zero |
20 +---------------------------------------------------------------------------*/
59 diff = expa - expb; in FPU_add()
61 diff = a->sigh - b->sigh; /* This works only if the ms bits in FPU_add()
64 diff = a->sigl > b->sigl; in FPU_add()
[all …]
/kernel/linux/linux-6.6/fs/nls/
Dnls_koi8-ru.c2 * linux/fs/nls/nls_koi8-ru.c
4 * Charset koi8-ru translation based on charset koi8-u.
20 return -ENAMETOOLONG; in uni2char()
23 /* koi8-ru and koi8-u differ only on two characters */ in uni2char()
31 return p_nls->uni2char(uni, out, boundlen); in uni2char()
36 return p_nls->uni2char(uni, out, boundlen); in uni2char()
45 /* koi8-ru and koi8-u differ only on two characters */ in char2uni()
50 n = p_nls->char2uni(rawstring, boundlen, uni); in char2uni()
55 .charset = "koi8-ru",
62 p_nls = load_nls("koi8-u"); in init_nls_koi8_ru()
[all …]
/kernel/linux/linux-5.10/fs/nls/
Dnls_koi8-ru.c2 * linux/fs/nls/nls_koi8-ru.c
4 * Charset koi8-ru translation based on charset koi8-u.
20 return -ENAMETOOLONG; in uni2char()
23 /* koi8-ru and koi8-u differ only on two characters */ in uni2char()
31 return p_nls->uni2char(uni, out, boundlen); in uni2char()
36 return p_nls->uni2char(uni, out, boundlen); in uni2char()
45 /* koi8-ru and koi8-u differ only on two characters */ in char2uni()
50 n = p_nls->char2uni(rawstring, boundlen, uni); in char2uni()
55 .charset = "koi8-ru",
62 p_nls = load_nls("koi8-u"); in init_nls_koi8_ru()
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dmagician.h1 /* SPDX-License-Identifier: GPL-2.0-only */
111 * FIXME behaves like (6,3), may differ for host/device
122 /* FIXME behaves like (4,1), may differ for host/device */
/kernel/linux/linux-5.10/arch/mips/mm/
Dtlb-r4k.c20 #include <asm/cpu-type.h>
30 * LOONGSON-2 has a 4 entry itlb which is a subset of jtlb, LOONGSON-3 has
50 if (vma->vm_flags & VM_EXEC) in flush_micro_tlb_vm()
90 /* Make sure all entries differ. */ in local_flush_tlb_all()
109 struct mm_struct *mm = vma->vm_mm; in local_flush_tlb_range()
118 size = (end - start) >> (PAGE_SHIFT + 1); in local_flush_tlb_range()
148 /* Make sure all entries differ. */ in local_flush_tlb_range()
171 size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in local_flush_tlb_kernel_range()
179 end += ((PAGE_SIZE << 1) - 1); in local_flush_tlb_kernel_range()
196 /* Make sure all entries differ. */ in local_flush_tlb_kernel_range()
[all …]
/kernel/linux/linux-6.6/arch/mips/mm/
Dtlb-r4k.c20 #include <asm/cpu-type.h>
30 * LOONGSON-2 has a 4 entry itlb which is a subset of jtlb, LOONGSON-3 has
50 if (vma->vm_flags & VM_EXEC) in flush_micro_tlb_vm()
90 /* Make sure all entries differ. */ in local_flush_tlb_all()
109 struct mm_struct *mm = vma->vm_mm; in local_flush_tlb_range()
118 size = (end - start) >> (PAGE_SHIFT + 1); in local_flush_tlb_range()
148 /* Make sure all entries differ. */ in local_flush_tlb_range()
171 size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in local_flush_tlb_kernel_range()
179 end += ((PAGE_SIZE << 1) - 1); in local_flush_tlb_kernel_range()
196 /* Make sure all entries differ. */ in local_flush_tlb_kernel_range()
[all …]
/kernel/linux/linux-6.6/fs/romfs/
Dstorage.c1 // SPDX-License-Identifier: GPL-2.0-or-later
18 #define ROMFS_MTD_READ(sb, ...) mtd_read((sb)->s_mtd, ##__VA_ARGS__)
30 return (ret < 0 || rlen != buflen) ? -EIO : 0; in romfs_mtd_read()
53 return n + (p - buf); in romfs_mtd_strnlen()
54 maxlen -= len; in romfs_mtd_strnlen()
64 * - return 1 if matched, 0 if differ, -ve if error
82 len--; in romfs_mtd_strcmp()
86 size -= len; in romfs_mtd_strcmp()
112 offset = pos & (ROMBSIZE - 1); in romfs_blk_read()
113 segment = min_t(size_t, buflen, ROMBSIZE - offset); in romfs_blk_read()
[all …]
/kernel/linux/linux-5.10/fs/romfs/
Dstorage.c1 // SPDX-License-Identifier: GPL-2.0-or-later
18 #define ROMFS_MTD_READ(sb, ...) mtd_read((sb)->s_mtd, ##__VA_ARGS__)
30 return (ret < 0 || rlen != buflen) ? -EIO : 0; in romfs_mtd_read()
53 return n + (p - buf); in romfs_mtd_strnlen()
54 maxlen -= len; in romfs_mtd_strnlen()
64 * - return 1 if matched, 0 if differ, -ve if error
82 len--; in romfs_mtd_strcmp()
86 size -= len; in romfs_mtd_strcmp()
112 offset = pos & (ROMBSIZE - 1); in romfs_blk_read()
113 segment = min_t(size_t, buflen, ROMBSIZE - offset); in romfs_blk_read()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dmetadata.c1 // SPDX-License-Identifier: GPL-2.0-only
30 return -errno; in prog_holds_map()
35 return -errno; in prog_holds_map()
39 return -ENOMEM; in prog_holds_map()
49 ret = -errno; in prog_holds_map()
53 ret = -ENOENT; in prog_holds_map()
72 if (CHECK(!obj, "skel-load", "errno %d", errno)) in test_metadata_unused()
75 err = prog_holds_map(bpf_program__fd(obj->progs.prog), in test_metadata_unused()
76 bpf_map__fd(obj->maps.rodata)); in test_metadata_unused()
77 if (CHECK(err, "prog-holds-rodata", "errno: %d", err)) in test_metadata_unused()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dmetadata.c1 // SPDX-License-Identifier: GPL-2.0-only
30 return -errno; in prog_holds_map()
35 return -errno; in prog_holds_map()
39 return -ENOMEM; in prog_holds_map()
49 ret = -errno; in prog_holds_map()
53 ret = -ENOENT; in prog_holds_map()
72 if (CHECK(!obj, "skel-load", "errno %d", errno)) in test_metadata_unused()
75 err = prog_holds_map(bpf_program__fd(obj->progs.prog), in test_metadata_unused()
76 bpf_map__fd(obj->maps.rodata)); in test_metadata_unused()
77 if (CHECK(err, "prog-holds-rodata", "errno: %d", err)) in test_metadata_unused()
[all …]
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-msg.h1 /* SPDX-License-Identifier: GPL-2.0 */
37 #include "mmal-msg-common.h"
38 #include "mmal-msg-format.h"
39 #include "mmal-msg-port.h"
40 #include "mmal-vchiq.h"
72 /* port action request messages differ depending on the action type */
112 u32 status; /* enum mmal_msg_status - how does this differ to
326 * differ to the one in the header?
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-msg.h1 /* SPDX-License-Identifier: GPL-2.0 */
37 #include "mmal-msg-common.h"
38 #include "mmal-msg-format.h"
39 #include "mmal-msg-port.h"
40 #include "mmal-vchiq.h"
72 /* port action request messages differ depending on the action type */
112 u32 status; /* enum mmal_msg_status - how does this differ to
326 * differ to the one in the header?
/kernel/linux/linux-6.6/tools/testing/ktest/examples/
Dvmware.conf5 # -------------
6 # - Edit the Virtual Machine ("Edit virtual machine settings")
7 # - Add a Serial Port
8 # - You almost certainly want it set "Connect at power on"
9 # - Select "Use socket (named pipe)"
10 # - Select a name that you'll recognize, like 'ktestserialpipe'
11 # - From: Server
12 # - To: A Virtual Machine
13 # - Save
14 # - Make sure you note the name, it will be in the base directory of the
[all …]
/kernel/linux/linux-5.10/include/asm-generic/
Dsyscalls.h1 /* SPDX-License-Identifier: GPL-2.0 */
9 * Calling conventions for these system calls can differ, so
/kernel/linux/linux-6.6/include/asm-generic/
Dsyscalls.h1 /* SPDX-License-Identifier: GPL-2.0 */
9 * Calling conventions for these system calls can differ, so
/kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/
Dimx6ul-tqma6ul1.dtsi1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
3 * Copyright 2018-2022 TQ-Systems GmbH
4 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
7 #include "imx6ul-tqma6ul2.dtsi"
10 model = "TQ-Systems TQMa6UL1 SoM";
11 compatible = "tq,imx6ul-tqma6ul1", "fsl,imx6ul";
16 * only external interfaces differ
/kernel/linux/linux-5.10/include/linux/power/
Dtwl4030_madc_battery.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
13 * Usually we can assume 100% @ 4.15V and 0% @ 3.3V but curves differ for
18 short voltage; /* in mV - specify -1 for end of list */
/kernel/linux/linux-6.6/include/linux/power/
Dtwl4030_madc_battery.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
13 * Usually we can assume 100% @ 4.15V and 0% @ 3.3V but curves differ for
18 short voltage; /* in mV - specify -1 for end of list */
/kernel/linux/linux-6.6/tools/include/uapi/linux/
Dfadvise.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12 * for s390-64 differ from the values for the rest of the world.
/kernel/linux/linux-6.6/include/uapi/linux/
Dfadvise.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12 * for s390-64 differ from the values for the rest of the world.

12345678910>>...39