OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u_sec
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_ntptime.c
703
long
u_sec
, u_nsec, v_nsec; /* temps */
local in function:hardpps
721
u_sec
= tsp->tv_sec;
725
u_sec
++;
728
if (
u_sec
== pps_tf[0].tv_sec && v_nsec < NANOSECOND -
733
pps_tf[0].tv_sec =
u_sec
;
799
u_sec
= pps_tf[0].tv_sec - pps_lastsec;
800
if (
u_sec
< (1 << pps_shift))
818
if (v_nsec > u_nsec || v_nsec < -u_nsec ||
u_sec
!= (1 <<
kern_ntptime.c
703
long
u_sec
, u_nsec, v_nsec; /* temps */
local in function:hardpps
721
u_sec
= tsp->tv_sec;
725
u_sec
++;
728
if (
u_sec
== pps_tf[0].tv_sec && v_nsec < NANOSECOND -
733
pps_tf[0].tv_sec =
u_sec
;
799
u_sec
= pps_tf[0].tv_sec - pps_lastsec;
800
if (
u_sec
< (1 << pps_shift))
818
if (v_nsec > u_nsec || v_nsec < -u_nsec ||
u_sec
!= (1 <<
Completed in 26 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025