Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dips.h412 #define IPS_DAYS_NORMAL_YEAR 365 macro
Dips.c6009 int year_lengths[2] = { IPS_DAYS_NORMAL_YEAR, IPS_DAYS_LEAP_YEAR }; in ips_fix_ffdc_time()
6038 newy = year + (days / IPS_DAYS_NORMAL_YEAR); in ips_fix_ffdc_time()
6041 days -= (newy - year) * IPS_DAYS_NORMAL_YEAR + in ips_fix_ffdc_time()