/linux-6.14.4/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.14.4/drivers/usb/core/ |
D | ledtrig-usbport.c | 29 bool observed; member 39 * usbport_trig_usb_dev_observed - Check if dev is connected to observed port 52 return port->observed; in usbport_trig_usb_dev_observed() 91 return sysfs_emit(buf, "%d\n", port->observed) + 1; in usbport_trig_port_show() 103 port->observed = 0; in usbport_trig_port_store() 105 port->observed = 1; in usbport_trig_port_store() 128 * usbport_trig_port_observed - Check if port should be observed 202 port->observed = usbport_trig_port_observed(usbport_data, usb_dev, in usbport_trig_add_port() 283 bool observed; in usbport_trig_notify() local 285 observed = usbport_trig_usb_dev_observed(usbport_data, usb_dev); in usbport_trig_notify() [all …]
|
/linux-6.14.4/mm/kfence/ |
D | kfence_test.c | 41 /* Report as observed from console. */ 46 } observed = { variable 47 .lock = __SPIN_LOCK_UNLOCKED(observed.lock), 50 /* Probe for console output: obtains observed lines of interest. */ 56 spin_lock_irqsave(&observed.lock, flags); in probe_console() 57 nlines = observed.nlines; in probe_console() 66 strscpy(observed.lines[0], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 69 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 72 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines. */ in probe_console() 73 spin_unlock_irqrestore(&observed.lock, flags); in probe_console() [all …]
|
/linux-6.14.4/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.14.4/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.14.4/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.14.4/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.14.4/Documentation/hwmon/ |
D | adm1275.rst | 147 power1_input_lowest Lowest observed input power. ADM1293 and ADM1294 only. 148 power1_input_highest Highest observed input power. 159 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.14.4/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.14.4/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.14.4/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.14.4/Documentation/staging/ |
D | speculation.rst | 14 Typically speculative execution cannot be observed from architectural state, 18 observed to extract secret information.
|
/linux-6.14.4/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.14.4/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.14.4/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.14.4/tools/testing/selftests/drivers/net/mlxsw/ |
D | sch_red_core.sh | 592 check_fail $? "Spurious packets ($base -> $count) observed without buffer pressure" 605 check_fail $? "Spurious packets observed after uninstall" 644 check_fail $? "Spurious packets observed without buffer pressure" 655 check_err $? "${trigger}ped packets not observed: 100 expected, $((now - base)) seen" 660 check_fail $? "Spurious packets observed" 667 check_fail $? "$((now - base)) spurious packets observed after uninstall"
|
/linux-6.14.4/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.14.4/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. */
|
D | quotacheck.c | 550 * Check the dquot data against what we observed. Caller must hold the dquot 609 * Walk all the observed dquots, and make sure there's a matching incore 655 /* Compare the quota counters we observed against the live dquots. */ 675 /* Compare what we observed against the actual dquots. */ in xqcheck_compare_dqtype() 686 /* Walk all the observed dquots and compare to the incore ones. */ in xqcheck_compare_dqtype()
|
/linux-6.14.4/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.14.4/arch/arm/include/asm/ |
D | mcs_spinlock.h | 11 /* Ensure prior stores are observed before we enter wfe. */ \
|
/linux-6.14.4/Documentation/admin-guide/aoe/ |
D | todo.rst | 9 not been observed, but it would be nice to eliminate any potential for
|