| /linux/mm/kmsan/ |
| A D | kmsan_test.c | 36 } observed = { variable 45 if (observed.ignore) in probe_console() 56 strscpy(observed.header, buf, in probe_console() 58 WRITE_ONCE(observed.available, true); in probe_console() 59 observed.ignore = true; in probe_console() 67 return READ_ONCE(observed.available); in report_available() 76 WRITE_ONCE(observed.available, false); in report_reset() 77 observed.ignore = false; in report_reset() 677 observed.header[0] = '\0'; in test_init() 678 observed.ignore = false; in test_init() [all …]
|
| /linux/mm/kfence/ |
| A D | kfence_test.c | 45 } observed = { variable 46 .lock = __SPIN_LOCK_UNLOCKED(observed.lock), 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() 78 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available() 100 typeof(observed.lines) expect; in report_matches() 172 ret = strstr(observed.lines[0], expect[0]) && strstr(observed.lines[1], expect[1]); in report_matches() 812 observed.lines[i][0] = '\0'; in test_init() [all …]
|
| /linux/drivers/usb/core/ |
| A D | ledtrig-usbport.c | 28 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/kernel/kcsan/ |
| A D | kcsan_test.c | 57 } observed = { variable 58 .lock = __SPIN_LOCK_UNLOCKED(observed.lock), 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() 141 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available() 162 typeof(*observed.lines) *expect; in __report_matches() 257 strstr(observed.lines[2], expect[1]))); in __report_matches() 1519 observed.lines[i][0] = '\0'; in test_init() [all …]
|
| /linux/tools/testing/selftests/powerpc/mm/ |
| A D | tlbie_test.c | 292 unsigned int expected, unsigned int observed) in log_anamoly() argument 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/Documentation/devicetree/bindings/serial/ |
| 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/Documentation/hwmon/ |
| A 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.
|
| 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/ |
| 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/ |
| A D | speculation.rst | 14 Typically speculative execution cannot be observed from architectural state, 18 observed to extract secret information.
|
| /linux/Documentation/tools/rtla/ |
| A 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/Documentation/admin-guide/aoe/ |
| A D | todo.rst | 9 not been observed, but it would be nice to eliminate any potential for
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-devices-platform-docg3 | 29 Entering the correct value toggle the lock, and can be observed
|
| /linux/Documentation/trace/ |
| 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)
|
| 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/tools/testing/selftests/kvm/aarch64/ |
| A D | set_id_regs.c | 536 uint64_t observed; in test_assert_id_reg_unchanged() local 538 vcpu_get_reg(vcpu, KVM_ARM64_SYS_REG(encoding), &observed); in test_assert_id_reg_unchanged() 539 TEST_ASSERT_EQ(test_reg_vals[idx], observed); in test_assert_id_reg_unchanged()
|
| /linux/Documentation/dev-tools/ |
| A 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/Documentation/leds/ |
| A D | ledtrig-usbport.rst | 9 It requires selecting USB ports that should be observed. All available ones are
|
| /linux/Documentation/i2c/busses/ |
| A D | i2c-ali1535.rst | 29 observed through testing. These changes are reflected in this driver and
|
| /linux/Documentation/trace/coresight/ |
| A D | coresight-tpda.rst | 27 The tpdm and tpda nodes should be observed at the coresight path
|
| /linux/Documentation/networking/ |
| A D | ipsec.rst | 44 One workaround is try to set "level use" for each policy if user observed
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | arm,coresight-dynamic-replicator.yaml | 64 is removed which is observed in some replicator designs.
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | fsl,fec.yaml | 223 milliseconds will be observed after the phy-reset-gpios has been toggled. 224 Can be omitted thus no delay is observed. Delay is in range of 1ms to 1000ms.
|
| /linux/lib/ |
| A 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/Documentation/networking/devlink/ |
| A D | devlink-resource.rst | 43 The resources exposed by the driver can be observed, for example:
|