Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/ubi/
Dwl.c648 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
833 erroneous = 1;
896 else if (erroneous) {
897 wl_tree_add(e1, &ubi->erroneous);
1217 } else if (in_wl_tree(e, &ubi->erroneous)) {
1218 self_check_in_wl_tree(ubi, e, &ubi->erroneous);
1219 rb_erase(&e->u.rb, &ubi->erroneous);
1268 in_wl_tree(e, &ubi->erroneous)) {
1499 ubi->used = ubi->erroneous = ubi->free = ubi->scrub = RB_ROOT;
1654 tree_destroy(ubi, &ubi->erroneous);
Dubi.h578 struct rb_root erroneous; member
/linux-4.1.27/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.1.27/arch/mn10300/kernel/
Dentry.S262 mov (BCBEAR),d1 # destination of erroneous access
/linux-4.1.27/Documentation/networking/
Dudplite.txt241 InErrors: Number of erroneous UDP-Lite packets. Errors include:
/linux-4.1.27/Documentation/trace/
Devents.txt220 argument' error when setting it, and the erroneous string along with
/linux-4.1.27/lib/
DKconfig.debug815 anything erroneous after an oops which could result in data
864 This is to ensure no erroneous behaviour occurs which could result in
/linux-4.1.27/Documentation/
Dmemory-barriers.txt1433 proof will be erroneous. Use ACCESS_ONCE() to tell the compiler