sm2                89 net/sched/sch_hfsc.c 	u64	sm2;	/* scaled slope of the 2nd segment */
sm2               101 net/sched/sch_hfsc.c 	u64	sm2;	/* scaled slope of the 2nd segment */
sm2               480 net/sched/sch_hfsc.c 	isc->sm2  = m2sm(sc->m2);
sm2               497 net/sched/sch_hfsc.c 	rtsc->sm2  = isc->sm2;
sm2               539 net/sched/sch_hfsc.c 		    + seg_x2y(x - rtsc->x - rtsc->dx, rtsc->sm2);
sm2               553 net/sched/sch_hfsc.c 	if (isc->sm1 <= isc->sm2) {
sm2               593 net/sched/sch_hfsc.c 	dsm = isc->sm1 - isc->sm2;
sm2               623 net/sched/sch_hfsc.c 	if (cl->cl_rsc.sm1 <= cl->cl_rsc.sm2) {
sm2               882 net/sched/sch_hfsc.c 	if (cl->cl_rsc.sm1 <= cl->cl_rsc.sm2) {
sm2              1260 net/sched/sch_hfsc.c 	tsc.m2 = sm2m(sc->sm2);