OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timewin
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_cdnr.h
320
u_int64_t
timewin
; /* average interval */
member in struct:tswtcm
altq_cdnr.c
752
/*
timewin
is converted from msec to machine clock unit */
753
tsw->
timewin
= (u_int64_t)machclk_freq * avg_interval / 1000;
789
* avg = (avg *
timewin
+ pkt_len)/(
timewin
+ interval)
792
* note: when avg_rate (bytes/sec) and
timewin
(machclk unit) are
796
tmp = ((u_int64_t)tsw->avg_rate * tsw->
timewin
797
+ (u_int64_t)len * machclk_freq) / (tsw->
timewin
+ interval);
1068
/*
timewin
is converted from msec to machine clock unit */
1069
tsw->
timewin
= (u_int64_t)machclk_freq * ap->avg_interval / 1000;
Completed in 45 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025