/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/ |
D | tc_restrictions.sh | 56 check_fail $? "Incorrect success to create another clsact with egress shared block" 65 check_fail $? "Incorrect success to add drop rule to mixed bound block" 105 check_fail $? "Incorrect success to create another clsact with egress shared block" 115 check_fail $? "Incorrect success to add redirect rule to mixed bound block" 125 check_fail $? "Incorrect success to add redirect rule to egress bound shared block" 132 check_fail $? "Incorrect success to add redirect rule to egress bound block" 159 check_fail $? "Incorrect success to add rule with two mirror actions" 184 check_fail $? "Incorrect success to add rule with sample action on egress" 214 check_fail $? "Incorrect success to add matchall rule behind a flower rule" 229 check_fail $? "Incorrect success to add flower rule in front of a matchall rule" [all …]
|
/Linux-v5.15/kernel/trace/ |
D | trace_branch.c | 227 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 …]
|
/Linux-v5.15/arch/mips/include/asm/ |
D | war.h | 15 * - 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.
|
/Linux-v5.15/Documentation/devicetree/bindings/mmc/ |
D | sdhci.txt | 7 - 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
|
/Linux-v5.15/tools/testing/selftests/vm/ |
D | charge_reserved_hugetlb.sh | 513 "Incorrect reservations charged to cgroup 1." 516 "Incorrect reservation charged to cgroup 2." 520 "Incorrect reservations charged to cgroup 1." 523 "Incorrect reservation charged to cgroup 2." 528 "Incorrect hugetlb charged to cgroup 1." 531 "Incorrect hugetlb charged to cgroup 2." 535 "Incorrect hugetlb charged to cgroup 1." 538 "Incorrect hugetlb charged to cgroup 2." 558 "Incorrect hugetlb charged to cgroup 1." 561 "Incorrect reservation charged to cgroup 1." [all …]
|
/Linux-v5.15/samples/bpf/ |
D | task_fd_query_user.c | 136 printf("FAIL: %s incorrect type (%d) or is_return_bit (%d)\n", in test_nondebug_fs_kuprobe_common() 198 printf("FAIL: %s, incorrect fd_type %u\n", in test_nondebug_fs_probe() 204 printf("FAIL: %s, incorrect buf %s\n", __func__, buf); in test_nondebug_fs_probe() 208 printf("FAIL: %s, incorrect probe_offset 0x%llx\n", in test_nondebug_fs_probe() 214 printf("FAIL: %s, incorrect buf %p\n", in test_nondebug_fs_probe() 220 printf("FAIL: %s, incorrect probe_addr 0x%llx\n", in test_nondebug_fs_probe() 291 printf("FAIL: %s, incorrect fd_type %u\n", __func__, in test_debug_fs_uprobe() 296 printf("FAIL: %s, incorrect buf %s\n", __func__, buf); in test_debug_fs_uprobe() 300 printf("FAIL: %s, incorrect probe_offset 0x%llx\n", __func__, in test_debug_fs_uprobe()
|
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/ |
D | sync_regs_test.c | 173 "rbx sync regs value incorrect 0x%llx.", in main() 176 "apic_base sync regs value incorrect 0x%llx.", in main() 200 "rbx sync regs value incorrect 0x%llx.", in main() 218 "rbx sync regs value incorrect 0x%llx.", in main() 222 "rbx guest value incorrect 0x%llx.", in main() 238 "rbx sync regs value incorrect 0x%llx.", in main() 242 "rbx guest value incorrect 0x%llx.", in main()
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/sandybridge/ |
D | snb-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect 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… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/jaketown/ |
D | jkt-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect 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… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/Linux-v5.15/tools/lib/bpf/ |
D | libbpf_errno.c | 27 [ERRCODE_OFFSET(KVERSION)] = "'version' section incorrect or lost", 33 [ERRCODE_OFFSET(KVER)] = "Incorrect kernel version", 37 [ERRCODE_OFFSET(NLPARSE)] = "Incorrect netlink message parsing",
|
/Linux-v5.15/tools/testing/selftests/kvm/s390x/ |
D | sync_regs_test.c | 169 "r11 sync regs value incorrect 0x%llx.", in main() 172 "acr0 sync regs value incorrect 0x%x.", in main() 175 "diag318 sync regs value incorrect 0x%llx.", in main() 198 "r11 sync regs value incorrect 0x%llx.", in main() 201 "diag318 sync regs value incorrect 0x%llx.", in main()
|
/Linux-v5.15/tools/perf/util/ |
D | bpf-loader.h | 31 BPF_LOADER_ERRNO__OBJCONF_MAP_VALUE, /* Incorrect value type for map */ 32 BPF_LOADER_ERRNO__OBJCONF_MAP_TYPE, /* Incorrect map type */ 33 BPF_LOADER_ERRNO__OBJCONF_MAP_KEYSIZE, /* Incorrect map key size */ 34 BPF_LOADER_ERRNO__OBJCONF_MAP_VALUESIZE,/* Incorrect map value size */
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/ivytown/ |
D | ivt-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect 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… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/haswellx/ |
D | hsx-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect 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… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/haswell/ |
D | hsw-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect 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… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/ivybridge/ |
D | ivb-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect 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… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/Linux-v5.15/arch/m68k/fpsp040/ |
D | x_operr.S | 115 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
|
/Linux-v5.15/drivers/firmware/efi/ |
D | rci2-table.c | 98 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()
|
/Linux-v5.15/kernel/ |
D | test_kprobes.c | 45 pr_err("incorrect value in post_handler\n"); in kp_post_handler() 98 pr_err("incorrect value in post_handler2\n"); in kp_post_handler2() 179 pr_err("incorrect value in kretprobe handler\n"); in return_handler() 222 pr_err("incorrect value in kretprobe handler2\n"); in return_handler2()
|
/Linux-v5.15/drivers/gpu/drm/i915/gt/ |
D | st_shmem_utils.c | 25 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()
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/broadwell/ |
D | bdw-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect 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… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/Linux-v5.15/include/acpi/ |
D | acexcep.h | 214 EXCEP_TXT("AE_TYPE", "The object type is incorrect"), 265 "A package or buffer contained incorrect data"), 291 "An operand of an incorrect type was encountered"), 345 "The length of a Resource Descriptor in the AML is incorrect"), 353 "A target operand of an incorrect type was encountered"), 356 "The length of the buffer is invalid/incorrect")
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/skylake/ |
D | skl-metrics.json | 18 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a… 19 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 25 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a… 26 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | bdx-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect 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… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/Linux-v5.15/drivers/dma-buf/ |
D | st-dma-fence-chain.c | 206 pr_err("Incorrect fence reported by find_seqno(%d:%d)\n", in find_seqno() 220 pr_err("Incorrect fence reported by find self\n"); in find_seqno() 243 pr_err("Incorrect fence reported by find_seqno(%d:%d)\n", in find_seqno() 276 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:1\n", in find_signaled() 321 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:2\n", in find_out_of_order() 358 pr_err("Incorrect fence.seqno:%lld reported by find_seqno(%d:%d)\n", in find_gap() 374 pr_err("Incorrect fence reported by find self\n"); in find_gap()
|