Home
last modified time | relevance | path

Searched full:correct (Results 1 – 25 of 3243) sorted by relevance

12345678910>>...130

/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dtc_flower.sh56 check_err $? "Did not match on correct filter"
82 check_err $? "Did not match on correct filter"
108 check_err $? "Did not match on correct filter"
116 check_err $? "Did not match on correct filter with mask"
142 check_err $? "Did not match on correct filter"
150 check_err $? "Did not match on correct filter with mask"
299 check_err $? "Did not match on correct filter (0x18)"
308 check_err $? "Did not match on correct filter (0x20)"
335 check_err $? "Did not match on correct filter (ttl=63)"
344 check_err $? "Did not match on correct filter (no check on ttl)"
[all …]
/Linux-v5.15/kernel/trace/
Dtrace_branch.c83 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.15/tools/perf/pmu-events/arch/powerpc/power8/
Dmemory.json5 …"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.15/drivers/net/vmxnet3/
Dvmxnet3_defs.h274 u32 fcs:1; /* Frame CRC correct */
278 u32 ipc:1; /* IP Checksum Correct */
281 u32 tuc:1; /* TCP/UDP Checksum Correct */
285 u32 tuc:1; /* TCP/UDP Checksum Correct */
288 u32 ipc:1; /* IP Checksum Correct */
292 u32 fcs:1; /* Frame CRC correct */
307 u32 fcs:1; /* Frame CRC correct */
311 u32 ipc:1; /* IP Checksum Correct */
314 u32 tuc:1; /* TCP/UDP Checksum Correct */
318 u32 tuc:1; /* TCP/UDP Checksum Correct */
[all …]
/Linux-v5.15/Documentation/scsi/
Daic79xx.rst88 - Correct non-zero luns on Rev B. hardware.
108 - Correct and simplify handling of the ignore wide residue
124 - Correct big-endian architecture support.
136 - Correct a double free in the Domain Validation code.
137 - Correct a reference to free'ed memory during controller
147 - Correct default precompensation value for RevA hardware.
151 - Correct /proc display of user read streaming settings.
158 - Correct a race condition in our error recovery handler.
163 - Correct a Rev B. regression due to the GEM318
172 - Correct compatibility issues with the GEM318
[all …]
/Linux-v5.15/Documentation/core-api/
Ddebug-objects.rst77 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.15/drivers/pinctrl/spear/
Dpinctrl-plgpio.c113 /* 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.15/Documentation/driver-api/media/drivers/
Dbttv-devel.rst16 Sound will work only, if the correct entry is used (for video it often
22 You should verify this is correct. If it isn't, you have to pass the
23 correct board type as insmod argument, ``insmod bttv card=2`` for
85 What you have to do is figure out the correct values for gpiomask and
/Linux-v5.15/lib/
Dpci_iomap.c23 * 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.15/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
Dtc_flower.sh390 # 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.15/drivers/mtd/nand/raw/ingenic/
Dingenic_ecc.c35 * 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()
Djz4725b_bch.c91 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.15/drivers/usb/dwc3/
Dio.h31 * 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.15/Documentation/devicetree/bindings/clock/
Dsilabs,si570.txt20 The correct frequency for the part used has to be provided in
21 order to generate the correct output frequencies. For more
/Linux-v5.15/tools/testing/selftests/livepatch/
Dtest-livepatch.sh14 # verify correct behavior
49 # verify correct behavior
109 # verify correct behavior
/Linux-v5.15/arch/ia64/lib/
Dclear_user.S47 // 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.15/drivers/staging/media/atomisp/pci/
Dia_css_timer.h53 /**@brief SIZE_OF_IA_CSS_CLOCK_TICK_STRUCT checks to ensure correct alignment for struct ia_css_clo…
55 /* @brief checks to ensure correct alignment for ia_css_time_meas. */
/Linux-v5.15/Documentation/networking/
Dxfrm_proc.rst58 e.g. Inbound SAs are correct but SP rule is wrong
62 e.g. Inbound SAs are correct but no SP is found
/Linux-v5.15/tools/perf/pmu-events/arch/x86/silvermont/
Dpipeline.json94 …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.15/drivers/mtd/tests/
Dmtd_nandecctest.c207 .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.15/include/linux/
Ddma-buf-map.h34 * to access the buffer's memory in the correct way.
95 * helpers will pick the correct operations. Data can be copied into the memory
239 * memory. Depending on the buffer's location, the helper picks the correct
256 * buffer's location, the correct value will be updated.
/Linux-v5.15/drivers/soundwire/
Ddmi-quirks.c20 * the correct _ADR in the DSDT.
37 * on the correct links.
/Linux-v5.15/arch/microblaze/include/asm/
Dirqflags.h27 /* this uses r0 without declaring it - is that correct? */ in arch_local_irq_disable()
37 /* this uses r0 without declaring it - is that correct? */ in arch_local_irq_enable()
/Linux-v5.15/mm/
Dcleancache.c174 * is correct.
213 * is correct.
241 * is correct.
271 * is correct.
/Linux-v5.15/Documentation/admin-guide/
Dinit.rst12 2) **init binary doesn't exist on rootfs**: Make sure you have the correct
13 root FS type (and ``root=`` kernel parameter points to the correct

12345678910>>...130