Searched refs:erroneous (Results 1 – 23 of 23) sorted by relevance
/linux-6.3-rc2/tools/perf/tests/ |
A D | event_groups.c | 86 int erroneous = ((((1 << i) | (1 << j) | (1 << k)) & 5) == 5); in run_test() local 96 return erroneous ? 0 : -1; in run_test() 103 return erroneous ? 0 : -1; in run_test() 109 return erroneous ? -1 : 0; in run_test()
|
/linux-6.3-rc2/drivers/mtd/ubi/ |
A D | wl.c | 650 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local 866 erroneous = 1; 933 else if (erroneous) { 934 wl_tree_add(e1, &ubi->erroneous); 1311 } else if (in_wl_tree(e, &ubi->erroneous)) { 1312 self_check_in_wl_tree(ubi, e, &ubi->erroneous); 1313 rb_erase(&e->u.rb, &ubi->erroneous); 1362 in_wl_tree(e, &ubi->erroneous)) { 1472 else if (in_wl_tree(e, &ubi->erroneous)) 1788 ubi->used = ubi->erroneous = ubi->free = ubi->scrub = RB_ROOT; [all …]
|
A D | ubi.h | 607 struct rb_root erroneous; member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/ |
A D | samsung,s6d27a1.yaml | 28 This can also be raised for other reasons like erroneous
|
A D | samsung,lms380kf01.yaml | 29 This can also be raised for other reasons like erroneous
|
/linux-6.3-rc2/Documentation/devicetree/bindings/bus/ |
A D | baikal,bt1-apb.yaml | 18 device not responding on timeout an IRQ is raised with an erroneous address
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-driver-hid-ntrig | 20 frames false erroneous disconnects can be tolerated, where the
|
/linux-6.3-rc2/Documentation/input/devices/ |
A D | ntrig.rst | 44 erroneous disconnects, where the sensor may mistakenly not detect a finger that 77 obvious that these sensors were prone to erroneous events. Users reported
|
A D | xpad.rst | 36 dpad_to_buttons has no effect for known pads. A erroneous commit message
|
/linux-6.3-rc2/drivers/bus/ |
A D | Kconfig | 49 not responding on timeout an IRQ is raised with an erroneous address 51 driver provides the interrupt handler to detect the erroneous
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | ocfs2-online-filecheck.rst | 29 reported as erroneous.
|
A D | mount_api.rst | 798 parameter is matched, but the value is erroneous, -EINVAL will be
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | cirrus,cs42l42.yaml | 118 There may be erroneous button interrupts if this debounce time
|
/linux-6.3-rc2/tools/memory-model/Documentation/ |
A D | access-marking.txt | 137 confused by one or more of the possible erroneous values, use READ_ONCE() 282 plain C-language accesses is that KCSAN can detect any erroneous lockless
|
/linux-6.3-rc2/Documentation/networking/ |
A D | udplite.rst | 249 InErrors Number of erroneous UDP-Lite packets. Errors include:
|
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/ |
A D | ssh.rst | 39 document: All of this has been reverse-engineered and may thus be erroneous
|
/linux-6.3-rc2/drivers/clocksource/ |
A D | Kconfig | 336 A-008585 ("ARM generic timer may contain an erroneous
|
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-trap.rst | 601 parsing as erroneous
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | ultravisor.rst | 236 particular situation, then the ultracall will fallback to an erroneous
|
/linux-6.3-rc2/Documentation/trace/ |
A D | events.rst | 239 argument' error when setting it, and the erroneous string along with
|
/linux-6.3-rc2/lib/ |
A D | Kconfig.debug | 772 This is to ensure no erroneous behaviour occurs which could result in 975 anything erroneous after an oops which could result in data
|
/linux-6.3-rc2/Documentation/ |
A D | memory-barriers.txt | 1635 compiler's proof will be erroneous. Use READ_ONCE() to tell the
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 484 erroneous and ignored.
|
Completed in 52 milliseconds