Home
last modified time | relevance | path

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

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