Searched refs:erroneous (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | event_groups.c | 83 int erroneous = ((((1 << i) | (1 << j) | (1 << k)) & 5) == 5); in run_test() local 93 return erroneous ? 0 : -1; in run_test() 100 return erroneous ? 0 : -1; in run_test() 106 return erroneous ? -1 : 0; in run_test()
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | wl.c | 39 * 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; 650 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local 853 * put this PEB to the @ubi->erroneous list to prevent 857 ubi_err(ubi, "too many erroneous eraseblocks (%d)", 862 erroneous = 1; 929 else if (erroneous) { 930 wl_tree_add(e1, &ubi->erroneous); 1301 } else if (in_wl_tree(e, &ubi->erroneous)) { [all...] |
H A D | ubi.h | 498 * @erroneous: RB-tree of erroneous used physical eraseblocks 507 * @erroneous, @erroneous_peb_count, @fm_work_scheduled, @fm_pool, 532 * @erroneous_peb_count: count of erroneous physical eraseblocks in @erroneous 533 * @max_erroneous: maximum allowed amount of erroneous physical eraseblocks 609 struct rb_root erroneous; member
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | wl.c | 39 * 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; 650 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local 857 * put this PEB to the @ubi->erroneous list to prevent 861 ubi_err(ubi, "too many erroneous eraseblocks (%d)", 866 erroneous = 1; 933 else if (erroneous) { 934 wl_tree_add(e1, &ubi->erroneous); 1311 } else if (in_wl_tree(e, &ubi->erroneous)) { [all...] |
H A D | ubi.h | 496 * @erroneous: RB-tree of erroneous used physical eraseblocks 505 * @erroneous, @erroneous_peb_count, @fm_work_scheduled, @fm_pool, 530 * @erroneous_peb_count: count of erroneous physical eraseblocks in @erroneous 531 * @max_erroneous: maximum allowed amount of erroneous physical eraseblocks 607 struct rb_root erroneous; member
|
Completed in 9 milliseconds