Lines Matching refs:sm2
89 u_int64_t sm2; /* scaled slope of the 2nd segment */ member
101 u_int64_t sm2; /* scaled slope of the 2nd segment */ member
1012 if (cl->cl_rsc->sm1 <= cl->cl_rsc->sm2) { in hfsc_init_ed()
1512 isc->sm2 = m2sm(sc->m2); in hfsc_sc2isc()
1530 rtsc->sm2 = isc->sm2; in hfsc_rtsc_init()
1572 + seg_x2y(x - rtsc->x - rtsc->dx, rtsc->sm2); in hfsc_rtsc_x2y()
1586 if (isc->sm1 <= isc->sm2) { in hfsc_rtsc_min()
1625 dx = ((y1 - y) << SM_SHIFT) / (isc->sm1 - isc->sm2); in hfsc_rtsc_min()
1650 sp->rsc.m2 = sm2m(cl->cl_rsc->sm2); in hfsc_getclstats()
1659 sp->fsc.m2 = sm2m(cl->cl_fsc->sm2); in hfsc_getclstats()
1668 sp->usc.m2 = sm2m(cl->cl_usc->sm2); in hfsc_getclstats()