Lines Matching refs:full_years
6597 int service_years, service_weeks, full_years;
6716 full_years = (tdiff / DC_SPY);
6717 if ((full_years >= DC_SCSI_NPY) &&
6725 lower_bound_cycles = (!full_years) ? 0 :
6726 ((scp->lifemax * pcnt[full_years - 1]) / 100);
6727 upper_bound_cycles = (scp->lifemax * pcnt[full_years]) / 100;
6742 full_years, within_year))
6760 full_years++;
6761 if (full_years >= DC_SCSI_NPY) {
6768 (scp->lifemax * pcnt[full_years]) / 100;
6777 when_allowed = service_seconds + (full_years * DC_SPY) +