OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:capcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_tc.c
1145
pps->
capcount
= (uint64_t)tc_delta(th) + th->th_offset_count;
1288
acount = pps->
capcount
; /* use capture timestamp */
1300
dcount = tcount - pps->
capcount
;
1301
acount = (dcount / 2) + pps->
capcount
;
1314
pps->
capcount
= acount;
1327
pps->
capcount
= acount;
1369
*pcount = pps->
capcount
;
1423
tcount = pps->
capcount
- pps->ppscount[2];
1424
pps->ppscount[2] = pps->
capcount
;
/src/sys/sys/
timepps.h
151
u_int64_t
capcount
;
member in struct:pps_state
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026