Searched refs:SEC_THIS_YEAR (Results 1 – 2 of 2) sorted by relevance
46 #define SEC_THIS_YEAR(y) (LEAP_YR(y) ? SEC_PER_LYEAR : SEC_PER_YEAR) macro
103 while(*sec > SEC_THIS_YEAR(*year)) { in ixgbe_get_bypass_time()104 *sec -= SEC_THIS_YEAR(*year); in ixgbe_get_bypass_time()