sm1                85 net/sched/sch_hfsc.c 	u64	sm1;	/* scaled slope of the 1st segment */
sm1                97 net/sched/sch_hfsc.c 	u64	sm1;	/* scaled slope of the 1st segment */
sm1               476 net/sched/sch_hfsc.c 	isc->sm1  = m2sm(sc->m1);
sm1               479 net/sched/sch_hfsc.c 	isc->dy   = seg_x2y(isc->dx, isc->sm1);
sm1               493 net/sched/sch_hfsc.c 	rtsc->sm1  = isc->sm1;
sm1               535 net/sched/sch_hfsc.c 		y = rtsc->y + seg_x2y(x - rtsc->x, rtsc->sm1);
sm1               553 net/sched/sch_hfsc.c 	if (isc->sm1 <= isc->sm2) {
sm1               593 net/sched/sch_hfsc.c 	dsm = isc->sm1 - isc->sm2;
sm1               601 net/sched/sch_hfsc.c 	dy = seg_x2y(dx, isc->sm1);
sm1               623 net/sched/sch_hfsc.c 	if (cl->cl_rsc.sm1 <= cl->cl_rsc.sm2) {
sm1               882 net/sched/sch_hfsc.c 	if (cl->cl_rsc.sm1 <= cl->cl_rsc.sm2) {
sm1              1258 net/sched/sch_hfsc.c 	tsc.m1 = sm2m(sc->sm1);