Home
last modified time | relevance | path

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

12345678910>>...33

/kernel/linux/linux-6.6/mm/kmsan/
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 …]
/kernel/linux/linux-5.10/drivers/usb/core/
Dledtrig-usbport.c28 bool observed; member
38 * usbport_trig_usb_dev_observed - Check if dev is connected to observed port
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()
127 * usbport_trig_port_observed - Check if port should be observed
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()
[all …]
/kernel/linux/linux-6.6/drivers/usb/core/
Dledtrig-usbport.c28 bool observed; member
38 * usbport_trig_usb_dev_observed - Check if dev is connected to observed port
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()
127 * usbport_trig_port_observed - Check if port should be observed
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()
[all …]
/kernel/linux/linux-6.6/mm/kfence/
Dkfence_test.c40 /* Report as observed from console. */
45 } observed = { variable
46 .lock = __SPIN_LOCK_UNLOCKED(observed.lock),
49 /* Probe for console output: obtains observed lines of interest. */
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()
71 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines. */ in probe_console()
72 spin_unlock_irqrestore(&observed.lock, flags); in probe_console()
[all …]
/kernel/linux/linux-5.10/kernel/kcsan/
Dkcsan-test.c42 /* Report as observed from console. */
47 } observed = { variable
48 .lock = __SPIN_LOCK_UNLOCKED(observed.lock),
83 * Probe for console output: checks if a race was reported, and obtains observed
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()
[all …]
Dkcsan.h54 * Total number of ASSERT failures due to races. If the observed race is
72 * Observed data value change, but writer thread unknown.
113 * The value was observed to change, and the race should be reported.
131 * No other thread was observed to race with the access, but the data
/kernel/linux/linux-6.6/kernel/kcsan/
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
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 …]
/kernel/linux/linux-5.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.
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
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.
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
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.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/serial/
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
/kernel/linux/linux-5.10/fs/reiserfs/
Ditem_ops.c639 "Invalid item type observed, run fsck ASAP"); in errcatch_bytes_number()
646 "Invalid item type observed, run fsck ASAP"); in errcatch_decrement_key()
653 "Invalid item type observed, run fsck ASAP"); in errcatch_is_left_mergeable()
660 "Invalid item type observed, run fsck ASAP"); in errcatch_print_item()
666 "Invalid item type observed, run fsck ASAP"); in errcatch_check_item()
674 "Invalid item type observed, run fsck ASAP"); in errcatch_create_vi()
687 "Invalid item type observed, run fsck ASAP"); in errcatch_check_left()
694 "Invalid item type observed, run fsck ASAP"); in errcatch_check_right()
701 "Invalid item type observed, run fsck ASAP"); in errcatch_part_size()
708 "Invalid item type observed, run fsck ASAP"); in errcatch_unit_num()
[all …]
/kernel/linux/linux-6.6/fs/reiserfs/
Ditem_ops.c639 "Invalid item type observed, run fsck ASAP"); in errcatch_bytes_number()
646 "Invalid item type observed, run fsck ASAP"); in errcatch_decrement_key()
653 "Invalid item type observed, run fsck ASAP"); in errcatch_is_left_mergeable()
660 "Invalid item type observed, run fsck ASAP"); in errcatch_print_item()
666 "Invalid item type observed, run fsck ASAP"); in errcatch_check_item()
674 "Invalid item type observed, run fsck ASAP"); in errcatch_create_vi()
687 "Invalid item type observed, run fsck ASAP"); in errcatch_check_left()
694 "Invalid item type observed, run fsck ASAP"); in errcatch_check_right()
701 "Invalid item type observed, run fsck ASAP"); in errcatch_part_size()
708 "Invalid item type observed, run fsck ASAP"); in errcatch_unit_num()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c293 unsigned int expected, unsigned int observed) in log_anamoly() argument
297 fprintf(f, "Thread %02d: Addr 0x%lx: Expected 0x%x, Observed 0x%x\n", in log_anamoly()
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()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c292 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()
/kernel/linux/linux-5.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'
/kernel/linux/linux-6.6/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'
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/Documentation/dev-tools/
Dkcsan.rst53 involved in the data race. If KCSAN also observed a value change, the observed
121 is observed via a watchpoint, but the data value of the memory location was
122 observed to remain unchanged, do not report the data race.
172 observed to increase. This parameter has the most significant impact on
346 6. **Analysis Accuracy:** For observed executions, due to using a sampling
/kernel/linux/linux-5.10/Documentation/staging/
Dspeculation.rst14 Typically speculative execution cannot be observed from architectural state,
18 observed to extract secret information.

12345678910>>...33