Searched refs:lifemax (Results 1 – 3 of 3) sorted by relevance
62 int lifemax; /* lifetime max power cycles */ member
6650 scp->lifemax, scp->ncycles, scp->svc_date, scp->flag)) in pm_trans_check()6656 if (scp->ncycles > scp->lifemax) { in pm_trans_check()6718 (scp->ncycles <= scp->lifemax)) in pm_trans_check()6726 ((scp->lifemax * pcnt[full_years - 1]) / 100); in pm_trans_check()6727 upper_bound_cycles = (scp->lifemax * pcnt[full_years]) / 100; in pm_trans_check()6768 (scp->lifemax * pcnt[full_years]) / 100; in pm_trans_check()
6797 sd_pm_tran_data.un.scsi_cycles.lifemax = maxcycles; in sdpower()