Searched refs:DC_SPY (Results 1 – 2 of 2) sorted by relevance
1001 #define DC_SPY (SECSPERDAY * DAYSPERNYEAR) macro
6693 service_seconds = (service_years * DC_SPY) + in pm_trans_check()6716 full_years = (tdiff / DC_SPY); in pm_trans_check()6738 within_year = (tdiff % DC_SPY); in pm_trans_check()6740 (((uint64_t)cycles_diff * (uint64_t)within_year) / DC_SPY); in pm_trans_check()6777 when_allowed = service_seconds + (full_years * DC_SPY) + in pm_trans_check()6778 (((uint64_t)DC_SPY * (uint64_t)cycles_over) / cycles_diff); in pm_trans_check()