Searched refs:L_LINT (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_ntptime.c | 74 #define L_LINT(v, a) \ macro 415 L_LINT(time_freq, MAXFREQ); in kern_ntp_adjtime() 417 L_LINT(time_freq, -MAXFREQ); in kern_ntp_adjtime() 623 L_LINT(ftemp, tickrate * 1000); in ntp_update_second() 683 L_LINT(time_offset, time_monitor); in hardupdate() 699 L_LINT(ftemp, time_monitor); in hardupdate() 706 L_LINT(ftemp, (time_monitor << 4) / mtemp); in hardupdate() 713 L_LINT(time_freq, MAXFREQ); in hardupdate() 715 L_LINT(time_freq, -MAXFREQ); in hardupdate() 836 L_LINT(time_offset, time_monitor); in hardpps() [all …]
|