Home
last modified time | relevance | path

Searched full:observed (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/linux/mm/kmsan/
H A Dkmsan_test.c30 /* 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/kernel/kcsan/
H A Dkcsan.h55 * 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 Dkcsan_test.c52 /* 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/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.h94 * 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 Dnvidia,tegra20-hsuart.yaml74 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 Dsync-r4k.c198 * 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/Documentation/hwmon/
H A Ddrivetemp.rst37 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 Dsysfs-transport-srp13 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 Dspeculation.rst14 Typically speculative execution cannot be observed from architectural state,
18 observed to extract secret information.
/linux/lib/
H A DKconfig.kcsan207 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/Documentation/trace/
H A Dhwlat_detector.rst58 observed then the data will be written to the tracing ring buffer.
75 - tracing_max_latency - maximum hardware latency actually observed (usecs)
H A Dosnoise-tracer.rst22 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/Documentation/tools/rtla/
H A Drtla-hwnoise.rst61 all noise that the tool observed, and the *% CPU Aval* is the relation
68 occurrence observed by the tool.
/linux/drivers/firmware/tegra/
H A Divc.c30 * 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/lib/xz/
H A Dxz_dec_stream.c79 /* 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/arch/arm/include/asm/
H A Dmcs_spinlock.h11 /* Ensure prior stores are observed before we enter wfe. */ \
/linux/drivers/hwmon/
H A Dsurface_temp.c26 * 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/Documentation/admin-guide/aoe/
H A Dtodo.rst9 not been observed, but it would be nice to eliminate any potential for
/linux/tools/perf/tests/
H A Dperf-hooks.c11 pr_debug("SIGSEGV is observed as expected, try to recover.\n"); in sigsegv_handler()
/linux/arch/mips/include/asm/
H A Dsync.h34 * than a barrier are observed prior to stores that are younger than a
84 * observed the invalidation.
/linux/drivers/mmc/core/
H A Dquirks.h21 * 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/Documentation/ABI/testing/
H A Dsysfs-devices-platform-docg329 Entering the correct value toggle the lock, and can be observed
/linux/arch/mips/include/asm/mach-loongson64/
H A Dcpucfg-emul.h53 * behavior observed on Loongson 3A R4. in loongson3_cpucfg_read_synthesized()
/linux/arch/powerpc/include/asm/
H A Dqspinlock_types.h33 * 15: lock owner or queuer vcpus observed to be preempted bit
/linux/Documentation/networking/
H A Dipsec.rst44 One workaround is try to set "level use" for each policy if user observed

12345678910>>...14