Searched refs:sc_x2y (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/altq/libaltq/
H A Dqop_hfsc.c67 static double sc_x2y(struct service_curve *, double);
808 if (s->y > sc_x2y(sc, s->x))
819 if (y > sc_x2y(sc, sc->d))
973 sc_x2y(struct service_curve *sc, double x) function
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_altq.c80 static double sc_x2y(struct service_curve *, double);
925 if (s->y > sc_x2y(sc, s->x))
936 if (y > sc_x2y(sc, sc->d))
1040 sc_x2y(struct service_curve *sc, double x) function

Completed in 112 milliseconds