Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/ubi/
Dwl.c645 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
830 erroneous = 1;
893 else if (erroneous) {
894 wl_tree_add(e1, &ubi->erroneous);
1222 } else if (in_wl_tree(e, &ubi->erroneous)) {
1223 self_check_in_wl_tree(ubi, e, &ubi->erroneous);
1224 rb_erase(&e->u.rb, &ubi->erroneous);
1273 in_wl_tree(e, &ubi->erroneous)) {
1504 ubi->used = ubi->erroneous = ubi->free = ubi->scrub = RB_ROOT;
1659 tree_destroy(ubi, &ubi->erroneous);
Dubi.h578 struct rb_root erroneous; member
/linux-4.4.14/Documentation/input/
Dntrig.txt38 erroneous disconnects, where the sensor may mistakenly not detect a finger that
66 obvious that these sensors were prone to erroneous events. Users reported
Dxpad.txt32 dpad_to_buttons has no effect for known pads. A erroneous commit message
/linux-4.4.14/arch/mn10300/kernel/
Dentry.S262 mov (BCBEAR),d1 # destination of erroneous access
/linux-4.4.14/Documentation/networking/
Dudplite.txt241 InErrors: Number of erroneous UDP-Lite packets. Errors include:
/linux-4.4.14/Documentation/trace/
Devents.txt220 argument' error when setting it, and the erroneous string along with
/linux-4.4.14/lib/
DKconfig.debug825 anything erroneous after an oops which could result in data
879 This is to ensure no erroneous behaviour occurs which could result in
/linux-4.4.14/Documentation/
Dmemory-barriers.txt1436 compiler's proof will be erroneous. Use READ_ONCE() to tell the