Home
last modified time | relevance | path

Searched refs:ism1 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/altq/
Daltq_hfsc.h203 u_int64_t ism1; /* scaled inverse-slope of the 1st segment */ member
215 u_int64_t ism1; /* scaled inverse-slope of the 1st segment */ member
Daltq_hfsc.c1481 isc->ism1 = m2ism(sc->m1); in sc2isc()
1499 rtsc->ism1 = isc->ism1; in rtsc_init()
1522 x = rtsc->x + seg_y2x(y - rtsc->y, rtsc->ism1); in rtsc_y2x()