OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cptime
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/systat/
fetch.c
63
fetch_cptime(u_int64_t *
cptime
)
74
memset(
cptime
, 0, ssize);
78
if (sysctl(mib, 2,
cptime
, &ssize, NULL, 0) < 0) {
/src/usr.sbin/altq/libaltq/
qop_cbq.c
775
lofftime, psPerByte, ptime,
cptime
;
local
801
cptime
= ptime * (1.0 - f) / f;
804
if (
cptime
> 10.0 * PS_PER_MS)
844
lofftime =
cptime
* (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
846
lofftime =
cptime
;
/src/dist/pf/sbin/pfctl/
pfctl_altq.c
430
double offtime, nsPerByte, ifnsPerByte, ptime,
cptime
;
local
446
cptime
= ptime * (1.0 - f) / f;
464
if (
cptime
> 10.0 * 1000000)
484
offtime =
cptime
* (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
Completed in 20 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026