Searched refs:torture (Results 1 – 6 of 6) sorted by relevance
/drivers/firmware/psci/ |
D | Kconfig | 12 The torture tests may interfere with the PSCI checker by turning CPUs 13 on and off through hotplug, so for now torture tests and PSCI checker
|
/drivers/mtd/ubi/ |
D | wl.c | 439 int torture) in sync_erase() argument 455 err = ubi_io_sync_erase(ubi, e->pnum, torture); in sync_erase() 584 int vol_id, int lnum, int torture, bool nested) in schedule_erase() argument 591 e->pnum, e->ec, torture); in schedule_erase() 601 wl_wrk->torture = torture; in schedule_erase() 621 int vol_id, int lnum, int torture) in do_sync_erase() argument 630 wl_wrk.torture = torture; in do_sync_erase() 650 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local 842 torture = 1; 950 err = do_sync_erase(ubi, e2, vol_id, lnum, torture); [all …]
|
D | ubi.h | 808 int torture; member 907 int pnum, int torture); 915 int lnum, int torture); 926 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture);
|
D | fastmap-wl.c | 364 int lnum, int torture) in ubi_wl_put_fm_peb() argument 390 return schedule_erase(ubi, e, vol_id, lnum, torture, true); in ubi_wl_put_fm_peb()
|
D | eba.c | 516 int torture = 0; in check_mapping() local 529 torture = 1; in check_mapping() 534 ubi_wl_put_peb(ubi, vol->vol_id, lnum, *pnum, torture); in check_mapping()
|
D | io.c | 523 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture) in ubi_io_sync_erase() argument 551 if (torture) { in ubi_io_sync_erase()
|