Home
last modified time | relevance | path

Searched defs:runtime_sc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/net/altq/
H A Daltq_hfsc.h138 struct runtime_sc { struct
139 uint64_t x; /* current starting position on x-axis */
140 uint64_t y; /* current starting position on x-axis */
141 uint64_t sm1; /* scaled slope of the 1st segment */
142 uint64_t ism1; /* scaled inverse-slope of the 1st segment */
143 uint64_t dx; /* the x-projection of the 1st segment */
144 uint64_t dy; /* the y-projection of the 1st segment */
145 uint64_t sm2; /* scaled slope of the 2nd segment */
146 uint64_t ism2; /* scaled inverse-slope of the 2nd segment */