Home
last modified time | relevance | path

Searched refs:erroneous (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/mtd/ubi/
Dwl.c649 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
854 erroneous = 1;
918 else if (erroneous) {
919 wl_tree_add(e1, &ubi->erroneous);
1265 } else if (in_wl_tree(e, &ubi->erroneous)) {
1266 self_check_in_wl_tree(ubi, e, &ubi->erroneous);
1267 rb_erase(&e->u.rb, &ubi->erroneous);
1316 in_wl_tree(e, &ubi->erroneous)) {
1585 ubi->used = ubi->erroneous = ubi->free = ubi->scrub = RB_ROOT;
1766 tree_destroy(ubi, &ubi->erroneous);
Dubi.h618 struct rb_root erroneous; member
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-hid-ntrig20 frames false erroneous disconnects can be tolerated, where the
/Linux-v4.19/Documentation/input/devices/
Dntrig.rst44 erroneous disconnects, where the sensor may mistakenly not detect a finger that
77 obvious that these sensors were prone to erroneous events. Users reported
Dxpad.rst36 dpad_to_buttons has no effect for known pads. A erroneous commit message
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dcs42l42.txt57 don't wait, there is possibility for erroneous button interrupt.
/Linux-v4.19/Documentation/filesystems/
Docfs2-online-filecheck.txt26 reported as erroneous.
/Linux-v4.19/Documentation/networking/
Dudplite.txt241 InErrors: Number of erroneous UDP-Lite packets. Errors include:
/Linux-v4.19/drivers/clocksource/
DKconfig342 A-008585 ("ARM generic timer may contain an erroneous
/Linux-v4.19/Documentation/trace/
Devents.rst218 argument' error when setting it, and the erroneous string along with
/Linux-v4.19/lib/
DKconfig.debug959 anything erroneous after an oops which could result in data
1013 This is to ensure no erroneous behaviour occurs which could result in
/Linux-v4.19/Documentation/
Dmemory-barriers.txt1629 compiler's proof will be erroneous. Use READ_ONCE() to tell the