Searched refs:SEC_THIS_YEAR (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_bypass.h47 #define SEC_THIS_YEAR(y) (LEAP_YR(y) ? SEC_PER_LYEAR : SEC_PER_YEAR) macro
H A Dif_bypass.c104 while(*sec > SEC_THIS_YEAR(*year)) {
105 *sec -= SEC_THIS_YEAR(*year);

Completed in 84 milliseconds