Home
last modified time | relevance | path

Searched refs:observed (Results 1 – 25 of 67) sorted by relevance

123

/Linux-v5.10/kernel/kcsan/
Dkcsan-test.c47 } observed = { variable
48 .lock = __SPIN_LOCK_UNLOCKED(observed.lock),
98 spin_lock_irqsave(&observed.lock, flags); in probe_console()
99 nlines = observed.nlines; in probe_console()
108 strscpy(observed.lines[0], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
111 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
118 strcpy(observed.lines[nlines++], "<none>"); in probe_console()
123 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines. */ in probe_console()
124 spin_unlock_irqrestore(&observed.lock, flags); in probe_console()
131 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available()
[all …]
/Linux-v5.10/drivers/usb/core/
Dledtrig-usbport.c28 bool observed; member
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()
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()
289 if (observed && usbport_data->count++ == 0) in usbport_trig_notify()
294 if (observed && --usbport_data->count == 0) in usbport_trig_notify()
/Linux-v5.10/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c293 unsigned int expected, unsigned int observed) in log_anamoly() argument
298 tid, (unsigned long)addr, expected, observed); in log_anamoly()
300 fprintf(f, "Thread %02d: Observed Thread id = %02d\n", tid, extract_tid(observed)); in log_anamoly()
302 fprintf(f, "Thread %02d: Observed Word offset = %03d\n", tid, extract_word_offset(observed)); in log_anamoly()
304 fprintf(f, "Thread %02d: Observed sweep-id = 0x%x\n", tid, extract_sweep_id(observed)); in log_anamoly()
365 unsigned int observed; in verify_chunk() local
387 observed = *iter_ptr; in verify_chunk()
389 if (observed != expected) { in verify_chunk()
391 log_anamoly(tid, iter_ptr, expected, observed); in verify_chunk()
/Linux-v5.10/Documentation/devicetree/bindings/serial/
Dnvidia,tegra20-hsuart.txt42 rate to be higher than the deviations observed in Tx.
46 Tx baud rate observed. To do this we use nvidia,adjust-baud-rates
48 As an example, consider there is deviation observed in Tx for baud rates as
54 above deviation observed for avoiding frame errors.
/Linux-v5.10/Documentation/hwmon/
Dadm1275.rst131 power1_input_lowest Lowest observed input power. ADM1293 and ADM1294 only.
132 power1_input_highest Highest observed input power.
143 temp1_highest Highest observed temperature.
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-v5.10/Documentation/ABI/stable/
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-v5.10/Documentation/staging/
Dspeculation.rst14 Typically speculative execution cannot be observed from architectural state,
18 observed to extract secret information.
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Dmax98357a.txt16 It's observed that 5ms is sufficient.
/Linux-v5.10/Documentation/admin-guide/aoe/
Dtodo.rst9 not been observed, but it would be nice to eliminate any potential for
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dfsl-fec.txt60 a delay of phy-reset-post-delay milliseconds will be observed after the
62 observed. Delay is in range of 1ms to 1000ms. Other delays are invalid.
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-devices-platform-docg329 Entering the correct value toggle the lock, and can be observed
/Linux-v5.10/Documentation/dev-tools/
Dkcsan.rst133 is observed via a watchpoint, but the data value of the memory location was
134 observed to remain unchanged, do not report the data race.
172 observed to increase. This parameter has the most significant impact on
209 assumes that as long as a plain access is not observed to race with another
296 6. **Analysis Accuracy:** For observed executions, due to using a sampling
/Linux-v5.10/Documentation/trace/
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)
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/intel/
Dixgb.rst384 Excessive CRC errors may be observed if the Intel(R) PRO/10GbE CX4
393 Excessive CRC errors may be observed if the Intel(R) PRO/10GbE CX4 Server
398 Excessive CRC errors may be observed using Fujitsu 24AWG cable assemblies that
405 Memory allocation failures have been observed on Linux systems with 64 MB
412 Degradation in throughput performance may be observed in some Jumbo frames
413 environments. If this is observed, increasing the application's socket buffer
/Linux-v5.10/Documentation/leds/
Dledtrig-usbport.rst9 It requires selecting USB ports that should be observed. All available ones are
/Linux-v5.10/Documentation/i2c/busses/
Di2c-ali1535.rst29 observed through testing. These changes are reflected in this driver and
/Linux-v5.10/lib/
DKconfig.kcsan189 bool "Only report races where watcher observed a data value change"
192 If enabled and a conflicting write is observed via a watchpoint, but
193 the data value of the memory location was observed to remain
/Linux-v5.10/Documentation/admin-guide/pm/
Dcpuidle.rst287 up and the closer the sleep length is to the observed idle duration, the closer
293 idle duration prediction. Namely, it saves the last 8 observed idle duration
298 interval" value. Otherwise, the longest of the saved observed idle duration
351 to correlate the observed idle duration values with the available idle states
369 state will "match" the observed (post-wakeup) idle duration if it "matches" the
376 is less than or equal to the observed idle duration and the target residency of
377 the next idle state is greater than the observed idle duration at the same time
379 length and the observed idle duration). In turn, the ``misses`` metric is
381 observed idle duration is too short for its target residency.
384 "match" the observed (post-wakeup) idle duration if it does not "match" the
[all …]
/Linux-v5.10/Documentation/networking/devlink/
Ddevlink-resource.rst29 The resources exposed by the driver can be observed, for example:
/Linux-v5.10/Documentation/networking/
Dipsec.rst44 One workaround is try to set "level use" for each policy if user observed
/Linux-v5.10/Documentation/fb/
Dsh7760fb.rst21 * Heavy flickering may be observed
/Linux-v5.10/tools/testing/selftests/arm64/fp/
DREADME100 observed mismatches will be printed.
/Linux-v5.10/Documentation/arm64/
Damu.rst72 counter registers. Even if these symptoms are not observed, the values
/Linux-v5.10/Documentation/devicetree/bindings/net/dsa/
Dsja1105.txt61 cs_sck_delay of 500ns. Ensuring that this SPI timing requirement is observed

123