| /linux/mm/kmsan/ |
| H A 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/drivers/usb/core/ |
| H A 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/kernel/kcsan/ |
| H A 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
|
| H A 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 strscpy(observed.lines[nlines++], "<none>"); in probe_console() 133 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines. */ in probe_console() [all …]
|
| /linux/drivers/scsi/mpt3sas/ |
| H A 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/Documentation/devicetree/bindings/serial/ |
| H A 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/arch/mips/kernel/ |
| H A 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/tools/testing/selftests/sched_ext/ |
| H A D | peek_dsq.c | 56 printf("Observed %s DSQ peek pids:\n", dsq_name); in print_observed_pids() 73 printf("Observed ~%ld pids in the %s DSQ(s)\n", count, dsq_name); in print_observed_pids() 195 printf("\u2713 DSQ pool test success: observed successful peeks in native mode\n"); in run()
|
| /linux/Documentation/hwmon/ |
| H A 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/Documentation/ABI/stable/ |
| H A 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/Documentation/staging/ |
| H A D | speculation.rst | 14 Typically speculative execution cannot be observed from architectural state, 18 observed to extract secret information.
|
| /linux/Documentation/trace/ |
| H A 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)
|
| H A 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/drivers/firmware/tegra/ |
| H A 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/Documentation/tools/rtla/ |
| H A D | rtla-hwnoise.rst | 63 all noise that the tool observed, and the *% CPU Aval* is the relation 70 occurrence observed by the tool.
|
| /linux/fs/xfs/scrub/ |
| H A D | quotacheck.c | 548 * Check the dquot data against what we observed. Caller must hold the dquot 606 * Walk all the observed dquots, and make sure there's a matching incore 652 /* Compare the quota counters we observed against the live dquots. */ 672 /* Compare what we observed against the actual dquots. */ in xqcheck_compare_dqtype() 683 /* Walk all the observed dquots and compare to the incore ones. */ in xqcheck_compare_dqtype()
|
| /linux/lib/xz/ |
| H A D | xz_dec_stream.c | 79 /* Observed compressed size of the current Block */ 82 /* Observed uncompressed size of the current Block */ 207 * the observed compressed and uncompressed sizes of the Block so that 213 * Once the decoding is finished, validate that the observed sizes match 236 * the observed sizes are always smaller than VLI_UNKNOWN. in dec_block()
|
| /linux/drivers/hwmon/ |
| H A D | surface_temp.c | 26 * All names observed so far are 6 characters long, but there's only 28 * the maximum zero-padded space observed in the returned buffer.
|
| /linux/arch/arm/include/asm/ |
| H A D | mcs_spinlock.h | 11 /* Ensure prior stores are observed before we enter wfe. */ \
|
| /linux/Documentation/admin-guide/aoe/ |
| H A D | todo.rst | 9 not been observed, but it would be nice to eliminate any potential for
|
| /linux/drivers/mmc/core/ |
| H A D | quirks.h | 21 * This has so far only been observed on cards from 11/2019, while new 40 * only been observed on cards manufactured on 01/2019 that are using
|
| /linux/arch/mips/include/asm/ |
| H A D | sync.h | 34 * than a barrier are observed prior to stores that are younger than a 84 * observed the invalidation.
|
| /linux/tools/perf/tests/ |
| H A D | perf-hooks.c | 11 pr_debug("SIGSEGV is observed as expected, try to recover.\n"); in sigsegv_handler()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-docg3 | 29 Entering the correct value toggle the lock, and can be observed
|
| /linux/arch/mips/include/asm/mach-loongson64/ |
| H A D | cpucfg-emul.h | 53 * behavior observed on Loongson 3A R4. in loongson3_cpucfg_read_synthesized()
|