OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sm2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_hfsc.h
206
u_int64_t
sm2
; /* scaled slope of the 2nd segment */
member in struct:internal_sc
218
u_int64_t
sm2
; /* scaled slope of the 2nd segment */
member in struct:runtime_sc
altq_hfsc.c
939
if (cl->cl_rsc->sm1 <= cl->cl_rsc->
sm2
) {
1484
isc->
sm2
= m2sm(sc->m2);
1502
rtsc->
sm2
= isc->
sm2
;
1544
+ seg_x2y(x - rtsc->x - rtsc->dx, rtsc->
sm2
);
1558
if (isc->sm1 <= isc->
sm2
) {
1595
* seg_x2y(dx, sm1) == seg_x2y(dx,
sm2
) + (y1 - y)
1597
dx = ((y1 - y) << SM_SHIFT) / (isc->sm1 - isc->
sm2
);
1622
sp->rsc.m2 = sm2m(cl->cl_rsc->
sm2
);
1631
sp->fsc.m2 = sm2m(cl->cl_fsc->
sm2
);
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026