HomeSort by: relevance | last modified time | path
    Searched defs:pps_fcount (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_ntptime.c 211 static long pps_fcount; /* frequency accumulator */ variable in typeref:typename:long
586 pps_fcount = 0;
749 pps_fcount += u_nsec;
814 v_nsec = -pps_fcount;
816 pps_fcount = 0;

Completed in 13 milliseconds