Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/ubi/
Dwl.c657 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
868 erroneous = 1;
932 else if (erroneous) {
933 wl_tree_add(e1, &ubi->erroneous);
1279 } else if (in_wl_tree(e, &ubi->erroneous)) {
1280 self_check_in_wl_tree(ubi, e, &ubi->erroneous);
1281 rb_erase(&e->u.rb, &ubi->erroneous);
1330 in_wl_tree(e, &ubi->erroneous)) {
1440 else if (in_wl_tree(e, &ubi->erroneous))
1743 ubi->used = ubi->erroneous = ubi->free = ubi->scrub = RB_ROOT;
[all …]
Dubi.h605 struct rb_root erroneous; member
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-driver-hid-ntrig20 frames false erroneous disconnects can be tolerated, where the
/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/sound/
Dcs42l42.txt57 don't wait, there is possibility for erroneous button interrupt.
/Linux-v5.4/Documentation/filesystems/
Docfs2-online-filecheck.txt26 reported as erroneous.
Dmount_api.txt719 parameter is matched, but the value is erroneous, -EINVAL will be
/Linux-v5.4/Documentation/networking/
Dudplite.txt241 InErrors: Number of erroneous UDP-Lite packets. Errors include:
/Linux-v5.4/drivers/clocksource/
DKconfig353 A-008585 ("ARM generic timer may contain an erroneous
/Linux-v5.4/Documentation/trace/
Devents.rst218 argument' error when setting it, and the erroneous string along with
/Linux-v5.4/Documentation/powerpc/
Dultravisor.rst236 particular situation, then the ultracall will fallback to an erroneous
/Linux-v5.4/lib/
DKconfig.debug983 anything erroneous after an oops which could result in data
1037 This is to ensure no erroneous behaviour occurs which could result in
/Linux-v5.4/Documentation/
Dmemory-barriers.txt1628 compiler's proof will be erroneous. Use READ_ONCE() to tell the