/Linux-v5.4/kernel/trace/ |
D | trace_branch.c | 83 entry->correct = val == expect; in probe_likely_condition() 148 field->correct ? " ok " : " MISS ", in trace_branch_print() 158 seq_puts(s, "# TASK-PID CPU# TIMESTAMP CORRECT" in branch_print_header() 210 /* A constant is always correct */ in ftrace_likely_update() 225 f->data.correct++; in ftrace_likely_update() 238 seq_puts(m, " correct incorrect % " in annotated_branch_stat_headers() 251 if (p->correct) { in get_incorrect_percent() 253 percent /= p->correct + p->incorrect; 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() [all …]
|
/Linux-v5.4/tools/perf/pmu-events/arch/powerpc/power8/ |
D | memory.json | 5 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for all data … 6 … Pump Scope and data sourced across this scope was chip pump (prediction=correct) for all data typ… 11 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for a demand … 12 … Pump Scope and data sourced across this scope was chip pump (prediction=correct) for a demand loa… 47 …"BriefDescription": "Initial and Final Pump Scope was group pump (prediction=correct) for a demand… 65 … "BriefDescription": "Pump prediction correct. Counts across all types of pumps for a demand load", 77 …"BriefDescription": "Initial and Final Pump Scope was system pump (prediction=correct) for a deman… 185 …"BriefDescription": "Pump prediction correct. Counts across all types of pumps for all data types … 186 …"PublicDescription": "Pump prediction correct. Counts across all types of pumpsfor all data types …
|
/Linux-v5.4/tools/testing/selftests/net/forwarding/ |
D | tc_flower.sh | 53 check_err $? "Did not match on correct filter" 79 check_err $? "Did not match on correct filter" 105 check_err $? "Did not match on correct filter" 113 check_err $? "Did not match on correct filter with mask" 139 check_err $? "Did not match on correct filter" 147 check_err $? "Did not match on correct filter with mask" 296 check_err $? "Did not match on correct filter (0x18)" 305 check_err $? "Did not match on correct filter (0x20)" 329 check_err $? "Did not match on correct filter"
|
/Linux-v5.4/drivers/net/vmxnet3/ |
D | vmxnet3_defs.h | 266 u32 fcs:1; /* Frame CRC correct */ 270 u32 ipc:1; /* IP Checksum Correct */ 273 u32 tuc:1; /* TCP/UDP Checksum Correct */ 277 u32 tuc:1; /* TCP/UDP Checksum Correct */ 280 u32 ipc:1; /* IP Checksum Correct */ 284 u32 fcs:1; /* Frame CRC correct */ 299 u32 fcs:1; /* Frame CRC correct */ 303 u32 ipc:1; /* IP Checksum Correct */ 306 u32 tuc:1; /* TCP/UDP Checksum Correct */ 310 u32 tuc:1; /* TCP/UDP Checksum Correct */ [all …]
|
/Linux-v5.4/Documentation/scsi/ |
D | aic79xx.txt | 78 - Correct non-zero luns on Rev B. hardware. 98 - Correct and simplify handling of the ignore wide residue 114 - Correct big-endian architecture support. 126 - Correct a double free in the Domain Validation code. 127 - Correct a reference to free'ed memory during controller 137 - Correct default precompensation value for RevA hardware. 141 - Correct /proc display of user read streaming settings. 148 - Correct a race condition in our error recovery handler. 153 - Correct a Rev B. regression due to the GEM318 162 - Correct compatibility issues with the GEM318 [all …]
|
/Linux-v5.4/lib/ |
D | pci_iomap.c | 23 * you expect from them in the correct way. 62 * you expect from them in the correct way. When possible write combining 106 * you expect from them in the correct way. 126 * you expect from them in the correct way. When possible write combining
|
/Linux-v5.4/Documentation/core-api/ |
D | debug-objects.rst | 77 structure if provided by the caller. The fixup function can correct the 100 structure if provided by the caller. The fixup function can correct the 124 structure if provided by the caller. The fixup function can correct the 164 provided by the caller. The fixup function can correct the problem 180 fixup function can correct the problem before the real free of the 196 fixup function can correct the problem by calling debug_object_init
|
/Linux-v5.4/drivers/pinctrl/spear/ |
D | pinctrl-plgpio.c | 113 /* get correct offset for "offset" pin */ in plgpio_direction_input() 134 /* get correct offset for "offset" pin */ in plgpio_direction_output() 167 /* get correct offset for "offset" pin */ in plgpio_get_value() 184 /* get correct offset for "offset" pin */ in plgpio_set_value() 227 /* get correct offset for "offset" pin */ in plgpio_request() 261 /* get correct offset for "offset" pin */ in plgpio_free() 287 /* get correct offset for "offset" pin */ in plgpio_irq_disable() 306 /* get correct offset for "offset" pin */ in plgpio_irq_enable() 393 /* get correct pin for "offset" */ in plgpio_irq_handler() 401 /* get correct irq line number */ in plgpio_irq_handler() [all …]
|
/Linux-v5.4/include/linux/mtd/ |
D | nand_ecc.h | 28 * Detect and correct a 1 bit error for eccsize byte block 34 * Detect and correct a 1 bit error for 256/512 byte block
|
/Linux-v5.4/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
D | tc_flower.sh | 390 # the correct state 430 check_err $? "Did not match on correct filter" 443 check_err $? "Did not match on correct filter after the first was removed" 483 check_err $? "Did not match on correct filter" 491 check_err $? "Did not match on correct filter" 537 check_err $? "Did not match on correct filter" 564 check_err $? "Did not match on correct filter after rehash" 612 check_err $? "Did not match on correct filter" 639 check_err $? "Did not match on correct filter after rehash" 781 check_err $? "Did not match on correct filter" [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | silabs,si570.txt | 20 The correct frequency for the part used has to be provided in 21 order to generate the correct output frequencies. For more
|
/Linux-v5.4/arch/x86/kernel/ |
D | ioport.c | 56 * correct. It's fine if we are preempted after doing this: in ksys_ioperm() 58 * limit correct. in ksys_ioperm() 81 * to keep it obviously correct: in ksys_ioperm()
|
/Linux-v5.4/drivers/mtd/nand/raw/ingenic/ |
D | ingenic_ecc.c | 35 * ingenic_ecc_correct() - detect and correct bit errors 45 * errors to correct or -ETIMEDOUT if we timed out waiting for the controller. 51 return ecc->ops->correct(ecc, params, buf, ecc_code); in ingenic_ecc_correct()
|
D | jz4725b_bch.c | 91 else /* correct data from ECC */ in jz4725b_bch_reset() 240 /* Data and ECC is all 0xff or 0x00 - nothing to correct */ in jz4725b_correct() 253 /* Correct any detected errors. */ in jz4725b_correct() 275 .correct = jz4725b_correct,
|
/Linux-v5.4/drivers/usb/dwc3/ |
D | io.h | 31 * When tracing we want to make it easy to find the correct address on in dwc3_readl() 50 * When tracing we want to make it easy to find the correct address on in dwc3_writel()
|
/Linux-v5.4/Documentation/networking/ |
D | xfrm_proc.txt | 43 e.g. Inbound SAs are correct but SP rule is wrong 46 e.g. Inbound SAs are correct but no SP is found
|
/Linux-v5.4/arch/ia64/lib/ |
D | clear_user.S | 47 // tail is to stay semantically correct. This routine is not supposed 150 ;; // needed to get len correct when error 159 // We alternate the use of len3,len2 to allow parallelism and correct 160 // error handling. We also reuse p6/p7 to return correct value.
|
/Linux-v5.4/tools/testing/selftests/livepatch/ |
D | test-livepatch.sh | 15 # verify correct behavior 52 # verify correct behavior 114 # verify correct behavior
|
/Linux-v5.4/tools/perf/pmu-events/arch/x86/silvermont/ |
D | pipeline.json | 94 …speculative) path must be discarded, and the processor must start fetching from the correct path.", 104 …speculative) path must be discarded, and the processor must start fetching from the correct path.", 114 …speculative) path must be discarded, and the processor must start fetching from the correct path.", 124 …speculative) path must be discarded, and the processor must start fetching from the correct path.", 134 …speculative) path must be discarded, and the processor must start fetching from the correct path.", 144 …speculative) path must be discarded, and the processor must start fetching from the correct path.", 319 …nd is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and th… 328 …nd is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and th… 337 …nd is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and th…
|
/Linux-v5.4/drivers/mtd/tests/ |
D | mtd_nandecctest.c | 207 .name = "single-bit-error-in-data-correct", 212 .name = "single-bit-error-in-ecc-correct", 242 pr_info("hexdump of correct data:\n"); in dump_data_ecc() 245 print_hex_dump(KERN_INFO, "hexdump of correct ecc: ", in dump_data_ecc()
|
/Linux-v5.4/mm/ |
D | cleancache.c | 174 * is correct. 213 * is correct. 241 * is correct. 271 * is correct.
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | irqflags.h | 30 /* this uses r0 without declaring it - is that correct? */ in arch_local_irq_disable() 40 /* this uses r0 without declaring it - is that correct? */ in arch_local_irq_enable()
|
/Linux-v5.4/Documentation/admin-guide/ |
D | init.rst | 19 B) make sure you have the correct root FS type 20 (and ``root=`` kernel parameter points to the correct partition),
|
/Linux-v5.4/drivers/clk/ti/ |
D | clk-3xxx.c | 51 * from the CM_{I,F}CLKEN bit. Pass back the correct info via 121 * shift from the CM_{I,F}CLKEN bit. Pass back the correct info via 174 * in the correct companion register that indicates that the 203 * CM_{I,F}CLKEN bit. Pass back the correct info via @idlest_reg
|
/Linux-v5.4/Documentation/devicetree/bindings/timer/ |
D | arm,arch_timer.yaml | 46 CNTFRQ on all CPUs to a uniform correct value. Use of this property is 65 return a value 32 beyond the correct value. This also affects writes to
|