Lines Matching refs:power_cycles
22 ".badblock_behavior=%"PRIu8", .power_cycles=%"PRIu32", "
29 bdcfg->badblock_behavior, bdcfg->power_cycles,
36 bd->power_cycles = bd->cfg->power_cycles;
207 if (bd->power_cycles > 0) {
208 bd->power_cycles -= 1;
209 if (bd->power_cycles == 0) {
254 if (bd->power_cycles > 0) {
255 bd->power_cycles -= 1;
256 if (bd->power_cycles == 0) {