Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/ubi/
Dwl.c650 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
866 erroneous = 1;
930 else if (erroneous) {
931 wl_tree_add(e1, &ubi->erroneous);
1292 } else if (in_wl_tree(e, &ubi->erroneous)) {
1293 self_check_in_wl_tree(ubi, e, &ubi->erroneous);
1294 rb_erase(&e->u.rb, &ubi->erroneous);
1343 in_wl_tree(e, &ubi->erroneous)) {
1453 else if (in_wl_tree(e, &ubi->erroneous))
1769 ubi->used = ubi->erroneous = ubi->free = ubi->scrub = RB_ROOT;
[all …]
Dubi.h607 struct rb_root erroneous; member
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-driver-hid-ntrig20 frames false erroneous disconnects can be tolerated, where the
/Linux-v6.1/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-v6.1/drivers/bus/
DKconfig49 not responding on timeout an IRQ is raised with an erroneous address
51 driver provides the interrupt handler to detect the erroneous
/Linux-v6.1/Documentation/filesystems/
Docfs2-online-filecheck.rst29 reported as erroneous.
Dmount_api.rst809 parameter is matched, but the value is erroneous, -EINVAL will be
/Linux-v6.1/tools/memory-model/Documentation/
Daccess-marking.txt137 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-v6.1/Documentation/networking/
Dudplite.rst249 InErrors Number of erroneous UDP-Lite packets. Errors include:
/Linux-v6.1/Documentation/driver-api/surface_aggregator/
Dssh.rst38 document: All of this has been reverse-engineered and may thus be erroneous
/Linux-v6.1/drivers/clocksource/
DKconfig336 A-008585 ("ARM generic timer may contain an erroneous
/Linux-v6.1/Documentation/networking/devlink/
Ddevlink-trap.rst591 parsing as erroneous
/Linux-v6.1/Documentation/powerpc/
Dultravisor.rst236 particular situation, then the ultracall will fallback to an erroneous
/Linux-v6.1/Documentation/trace/
Devents.rst227 argument' error when setting it, and the erroneous string along with
/Linux-v6.1/lib/
DKconfig.debug806 This is to ensure no erroneous behaviour occurs which could result in
1009 anything erroneous after an oops which could result in data
/Linux-v6.1/Documentation/
Dmemory-barriers.txt1635 compiler's proof will be erroneous. Use READ_ONCE() to tell the