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() 684 L_LINT(time_offset, time_monitor); in hardupdate() 700 L_LINT(ftemp, time_monitor); in hardupdate() 707 L_LINT(ftemp, (time_monitor << 4) / mtemp); in hardupdate() 714 L_LINT(time_freq, MAXFREQ); in hardupdate() 716 L_LINT(time_freq, -MAXFREQ); in hardupdate() 837 L_LINT(time_offset, time_monitor); in hardpps() [all …]
|