Searched refs:erroneous (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/tests/
H A Devent_groups.c83 int erroneous = ((((1 << i) | (1 << j) | (1 << k)) & 5) == 5); local
93 return erroneous ? 0 : -1;
100 return erroneous ? 0 : -1;
106 return erroneous ? -1 : 0;
/linux-master/drivers/mtd/ubi/
H A Dwl.c39 * used eraseblocks are kept in @wl->used, @wl->erroneous, or @wl->scrub
66 * o the WL movement is disallowed (@wl->erroneous) because the PEB is
67 * erroneous - e.g., there was a read error;
662 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
869 * put this PEB to the @ubi->erroneous list to prevent
873 ubi_err(ubi, "too many erroneous eraseblocks (%d)",
878 erroneous = 1;
945 else if (erroneous) {
946 wl_tree_add(e1, &ubi->erroneous);
1323 } else if (in_wl_tree(e, &ubi->erroneous)) {
[all...]
H A Dubi.h494 * @erroneous: RB-tree of erroneous used physical eraseblocks
503 * @erroneous, @erroneous_peb_count, @fm_work_scheduled, @fm_pool,
528 * @erroneous_peb_count: count of erroneous physical eraseblocks in @erroneous
529 * @max_erroneous: maximum allowed amount of erroneous physical eraseblocks
607 struct rb_root erroneous; member in struct:ubi_device

Completed in 113 milliseconds