OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ppscount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
timepps.h
160
u_int64_t
ppscount
[3];
member in struct:pps_state
/src/external/bsd/ntp/dist/ntpd/
refclock_gpsdjson.c
308
int
ppscount
; /* PPS counter (primary unit) */
member in struct:gpsd_unit
932
up->
ppscount
= PPS_MAXCOUNT / 2;
953
up->
ppscount
= 0;
1058
up->
ppscount
= min(PPS_MAXCOUNT,
1059
(up->
ppscount
+ PPS_INCCOUNT));
1060
if ((PPS_MAXCOUNT == up->
ppscount
) && up->fl_rawsti) {
1067
up->
ppscount
= max(0, (up->
ppscount
- PPS_DECCOUNT));
1068
if ((0 == up->
ppscount
) && !up->fl_rawsti) {
Completed in 20 milliseconds
Indexes created Sat Aug 22 00:26:31 UTC 2026