Home
last modified time | relevance | path

Searched full:incorrect (Results 1 – 25 of 1692) sorted by relevance

12345678910>>...68

/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh54 check_fail $? "Incorrect success to create another clsact with egress shared block"
63 check_fail $? "Incorrect success to add drop rule to mixed bound block"
103 check_fail $? "Incorrect success to create another clsact with egress shared block"
113 check_fail $? "Incorrect success to add redirect rule to mixed bound block"
123 check_fail $? "Incorrect success to add redirect rule to egress bound shared block"
130 check_fail $? "Incorrect success to add redirect rule to egress bound block"
157 check_fail $? "Incorrect success to add rule with two mirror actions"
181 check_fail $? "Incorrect success to add rule with sample action on egress"
211 check_fail $? "Incorrect success to add matchall rule behind a flower rule"
226 check_fail $? "Incorrect success to add flower rule in front of a matchall rule"
[all …]
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_branch.c227 f->data.incorrect++; in ftrace_likely_update()
238 seq_puts(m, " correct incorrect % " in annotated_branch_stat_headers()
252 percent = p->incorrect * 100; in get_incorrect_percent()
253 percent /= p->correct + p->incorrect; in get_incorrect_percent()
255 percent = p->incorrect ? 100 : -1; in get_incorrect_percent()
277 * The miss is overlayed on correct, and hit on incorrect. in branch_stat_show()
292 seq_printf(m, "%8lu %8lu ", p->correct, p->incorrect); in branch_stat_show_normal()
312 p->data.correct, p->constant, l, p->data.incorrect); in annotate_branch_stat_show()
350 if (a->incorrect < b->incorrect) in annotated_branch_stat_cmp()
352 if (a->incorrect > b->incorrect) in annotated_branch_stat_cmp()
[all …]
/kernel/linux/linux-4.19/kernel/trace/
Dtrace_branch.c225 f->data.incorrect++; in ftrace_likely_update()
234 seq_puts(m, " correct incorrect % " in annotated_branch_stat_headers()
248 percent = p->incorrect * 100; in get_incorrect_percent()
249 percent /= p->correct + p->incorrect; in get_incorrect_percent()
251 percent = p->incorrect ? 100 : -1; in get_incorrect_percent()
273 * The miss is overlayed on correct, and hit on incorrect. in branch_stat_show()
288 seq_printf(m, "%8lu %8lu ", p->correct, p->incorrect); in branch_stat_show_normal()
308 p->data.correct, p->constant, l, p->data.incorrect); in annotate_branch_stat_show()
346 if (a->incorrect < b->incorrect) in annotated_branch_stat_cmp()
348 if (a->incorrect > b->incorrect) in annotated_branch_stat_cmp()
[all …]
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dwar.h15 * - A double-word or a variable shift may give an incorrect result
22 * - A double-word or a variable shift may give an incorrect result
27 * - An integer division may give an incorrect result if started in
41 * - A double-word or a variable shift may give an incorrect result
59 * - The `daddiu' instruction can produce an incorrect result.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Dsdhci.txt7 - sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit
9 is on in the mask then the bit is incorrect in the register and should be
11 - sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/mmc/
Dsdhci.txt7 - sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit
9 is on in the mask then the bit is incorrect in the register and should be
11 - sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Dcharge_reserved_hugetlb.sh510 "Incorrect reservations charged to cgroup 1."
513 "Incorrect reservation charged to cgroup 2."
517 "Incorrect reservations charged to cgroup 1."
520 "Incorrect reservation charged to cgroup 2."
525 "Incorrect hugetlb charged to cgroup 1."
528 "Incorrect hugetlb charged to cgroup 2."
532 "Incorrect hugetlb charged to cgroup 1."
535 "Incorrect hugetlb charged to cgroup 2."
555 "Incorrect hugetlb charged to cgroup 1."
558 "Incorrect reservation charged to cgroup 1."
[all …]
/kernel/linux/linux-4.19/tools/testing/selftests/kvm/
Dsync_regs_test.c162 "r11 sync regs value incorrect 0x%llx.", in main()
165 "apic_base sync regs value incorrect 0x%llx.", in main()
189 "r11 sync regs value incorrect 0x%llx.", in main()
207 "r11 sync regs value incorrect 0x%llx.", in main()
211 "r11 guest value incorrect 0x%llx.", in main()
227 "r11 sync regs value incorrect 0x%llx.", in main()
231 "r11 guest value incorrect 0x%llx.", in main()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
Dsync_regs_test.c168 "rbx sync regs value incorrect 0x%llx.", in main()
171 "apic_base sync regs value incorrect 0x%llx.", in main()
195 "rbx sync regs value incorrect 0x%llx.", in main()
213 "rbx sync regs value incorrect 0x%llx.", in main()
217 "rbx guest value incorrect 0x%llx.", in main()
233 "rbx sync regs value incorrect 0x%llx.", in main()
237 "rbx guest value incorrect 0x%llx.", in main()
/kernel/linux/linux-4.19/arch/mips/include/asm/
Dwar.h17 * - A double-word or a variable shift may give an incorrect result
24 * - A double-word or a variable shift may give an incorrect result
29 * - An integer division may give an incorrect result if started in
43 * - A double-word or a variable shift may give an incorrect result
61 * - The `daddiu' instruction can produce an incorrect result.
94 * incorrect. These cache instructions should be preceded by at least
/kernel/linux/linux-5.10/samples/bpf/
Dtask_fd_query_user.c131 printf("FAIL: %s incorrect type (%d) or is_return_bit (%d)\n", in test_nondebug_fs_kuprobe_common()
186 printf("FAIL: %s, incorrect fd_type %u\n", in test_nondebug_fs_probe()
192 printf("FAIL: %s, incorrect buf %s\n", __func__, buf); in test_nondebug_fs_probe()
196 printf("FAIL: %s, incorrect probe_offset 0x%llx\n", in test_nondebug_fs_probe()
202 printf("FAIL: %s, incorrect buf %p\n", in test_nondebug_fs_probe()
208 printf("FAIL: %s, incorrect probe_addr 0x%llx\n", in test_nondebug_fs_probe()
273 printf("FAIL: %s, incorrect fd_type %u\n", __func__, in test_debug_fs_uprobe()
278 printf("FAIL: %s, incorrect buf %s\n", __func__, buf); in test_debug_fs_uprobe()
282 printf("FAIL: %s, incorrect probe_offset 0x%llx\n", __func__, in test_debug_fs_uprobe()
/kernel/linux/linux-4.19/samples/bpf/
Dtask_fd_query_user.c130 printf("FAIL: %s incorrect type (%d) or is_return_bit (%d)\n", in test_nondebug_fs_kuprobe_common()
185 printf("FAIL: %s, incorrect fd_type %u\n", in test_nondebug_fs_probe()
191 printf("FAIL: %s, incorrect buf %s\n", __func__, buf); in test_nondebug_fs_probe()
195 printf("FAIL: %s, incorrect probe_offset 0x%llx\n", in test_nondebug_fs_probe()
201 printf("FAIL: %s, incorrect buf %p\n", in test_nondebug_fs_probe()
207 printf("FAIL: %s, incorrect probe_addr 0x%llx\n", in test_nondebug_fs_probe()
272 printf("FAIL: %s, incorrect fd_type %u\n", __func__, in test_debug_fs_uprobe()
277 printf("FAIL: %s, incorrect buf %s\n", __func__, buf); in test_debug_fs_uprobe()
281 printf("FAIL: %s, incorrect probe_offset 0x%llx\n", __func__, in test_debug_fs_uprobe()
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/sandybridge/
Dsnb-metrics.json17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/jaketown/
Djkt-metrics.json17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf_errno.c26 [ERRCODE_OFFSET(KVERSION)] = "'version' section incorrect or lost",
32 [ERRCODE_OFFSET(KVER)] = "Incorrect kernel version",
36 [ERRCODE_OFFSET(NLPARSE)] = "Incorrect netlink message parsing",
/kernel/linux/linux-5.10/tools/perf/util/
Dbpf-loader.h29 BPF_LOADER_ERRNO__OBJCONF_MAP_VALUE, /* Incorrect value type for map */
30 BPF_LOADER_ERRNO__OBJCONF_MAP_TYPE, /* Incorrect map type */
31 BPF_LOADER_ERRNO__OBJCONF_MAP_KEYSIZE, /* Incorrect map key size */
32 BPF_LOADER_ERRNO__OBJCONF_MAP_VALUESIZE,/* Incorrect map value size */
/kernel/linux/linux-4.19/tools/perf/util/
Dbpf-loader.h33 BPF_LOADER_ERRNO__OBJCONF_MAP_VALUE, /* Incorrect value type for map */
34 BPF_LOADER_ERRNO__OBJCONF_MAP_TYPE, /* Incorrect map type */
35 BPF_LOADER_ERRNO__OBJCONF_MAP_KEYSIZE, /* Incorrect map key size */
36 BPF_LOADER_ERRNO__OBJCONF_MAP_VALUESIZE,/* Incorrect map value size */
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswell/
Dhsw-metrics.json17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivybridge/
Divb-metrics.json17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivytown/
Divt-metrics.json17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswellx/
Dhsx-metrics.json17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
/kernel/linux/linux-5.10/drivers/firmware/efi/
Drci2-table.c98 pr_debug("RCI2 table init failed - incorrect signature\n"); in efi_rci2_sysfs_init()
110 pr_debug("RCI2 table init failed - incorrect table length\n"); in efi_rci2_sysfs_init()
121 pr_debug("RCI2 table - incorrect checksum\n"); in efi_rci2_sysfs_init()
/kernel/linux/linux-4.19/arch/m68k/fpsp040/
Dx_operr.S115 bnes chklerr |if not equal, check for incorrect operr
118 bnes chklerr |if d0 is true, check for incorrect operr
162 bnes chkwerr |if not equal, check for incorrect operr
165 bnes chkwerr |if d0 is true, check for incorrect operr
189 bnes chkberr |if not equal, check for incorrect operr
192 bnes chkberr |if d0 is true, check for incorrect operr
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dx_operr.S115 bnes chklerr |if not equal, check for incorrect operr
118 bnes chklerr |if d0 is true, check for incorrect operr
162 bnes chkwerr |if not equal, check for incorrect operr
165 bnes chkwerr |if d0 is true, check for incorrect operr
189 bnes chkberr |if not equal, check for incorrect operr
192 bnes chkberr |if d0 is true, check for incorrect operr
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dst_shmem_utils.c25 pr_err("Incorrect read back from shmemfs: %x != %x\n", in igt_shmem_basic()
43 pr_err("Incorrect read back via mmap of last write: %x != %x\n", in igt_shmem_basic()

12345678910>>...68