/linux-6.12.1/mm/kmsan/ |
D | kmsan_test.c | 30 /* Report as observed from console. */ 36 } observed = { variable 37 .lock = __SPIN_LOCK_UNLOCKED(observed.lock), 40 /* Probe for console output: obtains observed lines of interest. */ 45 if (observed.ignore) in probe_console() 47 spin_lock_irqsave(&observed.lock, flags); in probe_console() 56 strscpy(observed.header, buf, in probe_console() 57 min(len + 1, sizeof(observed.header))); in probe_console() 58 WRITE_ONCE(observed.available, true); in probe_console() 59 observed.ignore = true; in probe_console() [all …]
|
/linux-6.12.1/drivers/usb/core/ |
D | ledtrig-usbport.c | 28 bool observed; member 38 * usbport_trig_usb_dev_observed - Check if dev is connected to observed port 51 return port->observed; in usbport_trig_usb_dev_observed() 90 return sprintf(buf, "%d\n", port->observed) + 1; in usbport_trig_port_show() 102 port->observed = 0; in usbport_trig_port_store() 104 port->observed = 1; in usbport_trig_port_store() 127 * usbport_trig_port_observed - Check if port should be observed 201 port->observed = usbport_trig_port_observed(usbport_data, usb_dev, in usbport_trig_add_port() 282 bool observed; in usbport_trig_notify() local 284 observed = usbport_trig_usb_dev_observed(usbport_data, usb_dev); in usbport_trig_notify() [all …]
|
/linux-6.12.1/mm/kfence/ |
D | kfence_test.c | 40 /* Report as observed from console. */ 45 } observed = { variable 46 .lock = __SPIN_LOCK_UNLOCKED(observed.lock), 49 /* Probe for console output: obtains observed lines of interest. */ 55 spin_lock_irqsave(&observed.lock, flags); in probe_console() 56 nlines = observed.nlines; in probe_console() 65 strscpy(observed.lines[0], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 68 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 71 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines. */ in probe_console() 72 spin_unlock_irqrestore(&observed.lock, flags); in probe_console() [all …]
|
/linux-6.12.1/kernel/kcsan/ |
D | kcsan.h | 55 * Total number of ASSERT failures due to races. If the observed race is 73 * Observed data value change, but writer thread unknown. 114 * The value was observed to change, and the race should be reported. 127 * The calling thread observed that the watchpoint it set up was hit and 136 * No other thread was observed to race with the access, but the data value
|
D | kcsan_test.c | 52 /* Report as observed from console. */ 57 } observed = { variable 58 .lock = __SPIN_LOCK_UNLOCKED(observed.lock), 93 * Probe for console output: checks if a race was reported, and obtains observed 108 spin_lock_irqsave(&observed.lock, flags); in probe_console() 109 nlines = observed.nlines; in probe_console() 118 strscpy(observed.lines[0], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 121 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 128 strcpy(observed.lines[nlines++], "<none>"); in probe_console() 133 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines. */ in probe_console() [all …]
|
/linux-6.12.1/drivers/scsi/mpt3sas/ |
D | mpt3sas_trigger_diag.h | 94 * Defines an event that should induce a DIAG_TRIGGER driver event if observed. 125 * DIAG_TRIGGER driver event if observed. 137 * observed. 156 * driver event if observed. 167 * event when observed.
|
/linux-6.12.1/Documentation/devicetree/bindings/serial/ |
D | nvidia,tegra20-hsuart.yaml | 74 baud rate to be higher than the deviations observed in TX. 77 valid range and Tegra baud rate has to be set above actual TX baud rate observed. To do this 80 As an example, consider there is deviation observed in TX for baud rates as listed below. 0 83 should be set equal to or above deviation observed for avoiding frame errors. Property
|
/linux-6.12.1/fs/reiserfs/ |
D | item_ops.c | 632 "Invalid item type observed, run fsck ASAP"); in errcatch_bytes_number() 639 "Invalid item type observed, run fsck ASAP"); in errcatch_decrement_key() 646 "Invalid item type observed, run fsck ASAP"); in errcatch_is_left_mergeable() 653 "Invalid item type observed, run fsck ASAP"); in errcatch_print_item() 659 "Invalid item type observed, run fsck ASAP"); in errcatch_check_item() 667 "Invalid item type observed, run fsck ASAP"); in errcatch_create_vi() 680 "Invalid item type observed, run fsck ASAP"); in errcatch_check_left() 687 "Invalid item type observed, run fsck ASAP"); in errcatch_check_right() 694 "Invalid item type observed, run fsck ASAP"); in errcatch_part_size() 701 "Invalid item type observed, run fsck ASAP"); in errcatch_unit_num() [all …]
|
/linux-6.12.1/tools/testing/selftests/powerpc/mm/ |
D | tlbie_test.c | 292 unsigned int expected, unsigned int observed) in log_anamoly() argument 296 fprintf(f, "Thread %02d: Addr 0x%lx: Expected 0x%x, Observed 0x%x\n", in log_anamoly() 297 tid, (unsigned long)addr, expected, observed); in log_anamoly() 299 fprintf(f, "Thread %02d: Observed Thread id = %02d\n", tid, extract_tid(observed)); in log_anamoly() 301 fprintf(f, "Thread %02d: Observed Word offset = %03d\n", tid, extract_word_offset(observed)); in log_anamoly() 303 fprintf(f, "Thread %02d: Observed sweep-id = 0x%x\n", tid, extract_sweep_id(observed)); in log_anamoly() 364 unsigned int observed; in verify_chunk() local 386 observed = *iter_ptr; in verify_chunk() 388 if (observed != expected) { in verify_chunk() 390 log_anamoly(tid, iter_ptr, expected, observed); in verify_chunk()
|
/linux-6.12.1/Documentation/hwmon/ |
D | adm1275.rst | 139 power1_input_lowest Lowest observed input power. ADM1293 and ADM1294 only. 140 power1_input_highest Highest observed input power. 151 temp1_highest Highest observed temperature.
|
D | drivetemp.rst | 37 This has been observed with WD120EFAX drives, but may be seen with other 38 drives as well. The same behavior is observed if the 'hdtemp' or 'smartd'
|
/linux-6.12.1/arch/mips/kernel/ |
D | sync-r4k.c | 198 * Store the maximum observed warp value for a potential retry: in synchronise_count_slave() 231 * observed time going backwards so this counter was ahead and in synchronise_count_slave() 241 pr_debug("Counter compensate: CPU%u observed %d warp\n", cpu, cur_max_warp); in synchronise_count_slave()
|
/linux-6.12.1/Documentation/dev-tools/ |
D | kcsan.rst | 53 involved in the data race. If KCSAN also observed a value change, the observed 131 is observed via a watchpoint, but the data value of the memory location was 132 observed to remain unchanged, do not report the data race. 182 observed to increase. This parameter has the most significant impact on 356 6. **Analysis Accuracy:** For observed executions, due to using a sampling
|
/linux-6.12.1/Documentation/ABI/stable/ |
D | sysfs-transport-srp | 13 layer error has been observed before removing a target port. 22 layer error has been observed before failing I/O. Zero means
|
/linux-6.12.1/Documentation/staging/ |
D | speculation.rst | 14 Typically speculative execution cannot be observed from architectural state, 18 observed to extract secret information.
|
/linux-6.12.1/arch/x86/kernel/ |
D | tsc_sync.c | 469 * Store the maximum observed warp value for a potential retry: in check_tsc_sync_target() 499 * observed time going backwards so this TSC was ahead and in check_tsc_sync_target() 509 * sync mechanism (observed values are ~200 TSC cycles), but this in check_tsc_sync_target() 512 * that the warp is not longer detectable when the observed warp in check_tsc_sync_target() 518 pr_warn("TSC ADJUST compensate: CPU%u observed %lld warp. Adjust: %lld\n", in check_tsc_sync_target()
|
/linux-6.12.1/lib/ |
D | Kconfig.kcsan | 207 bool "Only report races where watcher observed a data value change" 211 If enabled and a conflicting write is observed via a watchpoint, but 212 the data value of the memory location was observed to remain
|
/linux-6.12.1/Documentation/trace/ |
D | hwlat_detector.rst | 58 observed then the data will be written to the tracing ring buffer. 75 - tracing_max_latency - maximum hardware latency actually observed (usecs)
|
D | osnoise-tracer.rst | 22 interrupts and reports the max observed gap between the reads. It also 82 - The NOISE IN US reports the sum of noise in microseconds observed 86 - The MAX SINGLE NOISE IN US reports the maximum single noise observed
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | sch_red_core.sh | 598 check_fail $? "Spurious packets ($base -> $count) observed without buffer pressure" 611 check_fail $? "Spurious packets observed after uninstall" 646 check_fail $? "Spurious packets observed without buffer pressure" 657 check_err $? "Dropped packets not observed: 11 expected, $((now - base)) seen" 661 check_fail $? "Spurious packets observed" 667 check_fail $? "Spurious packets observed after uninstall"
|
/linux-6.12.1/fs/xfs/scrub/ |
D | dirtree.h | 126 * All path steps observed during this scan. Each of the path 134 /* All names observed during this scan. */
|
/linux-6.12.1/Documentation/tools/rtla/ |
D | rtla-hwnoise.rst | 61 all noise that the tool observed, and the *% CPU Aval* is the relation 68 occurrence observed by the tool.
|
/linux-6.12.1/drivers/firmware/tegra/ |
D | ivc.c | 30 * If an endpoint is observed in the sync state, the remote endpoint is 311 * have already observed the channel non-empty. This check is just to in tegra_ivc_read_advance() 460 * observed. in tegra_ivc_notified() 499 * observed. in tegra_ivc_notified() 520 * At this point, we have observed the peer to be in either in tegra_ivc_notified()
|
/linux-6.12.1/arch/arm/include/asm/ |
D | mcs_spinlock.h | 11 /* Ensure prior stores are observed before we enter wfe. */ \
|
/linux-6.12.1/Documentation/admin-guide/aoe/ |
D | todo.rst | 9 not been observed, but it would be nice to eliminate any potential for
|