Home
last modified time | relevance | path

Searched refs:full_years (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dsunpm.c6597 int service_years, service_weeks, full_years; in pm_trans_check() local
6716 full_years = (tdiff / DC_SPY); in pm_trans_check()
6717 if ((full_years >= DC_SCSI_NPY) && in pm_trans_check()
6725 lower_bound_cycles = (!full_years) ? 0 : 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()
6742 full_years, within_year)) in pm_trans_check()
6760 full_years++; in pm_trans_check()
6761 if (full_years >= DC_SCSI_NPY) { in pm_trans_check()
6768 (scp->lifemax * pcnt[full_years]) / 100; in pm_trans_check()
[all …]