psched_tdiff_bounded  181 include/net/red.h 	us_idle = psched_tdiff_bounded(now, p->qidlestart, p->Scell_max);
psched_tdiff_bounded  292 net/sched/act_police.c 		toks = psched_tdiff_bounded(now, police->tcfp_t_c,
psched_tdiff_bounded  660 net/sched/sch_htb.c 		diff = psched_tdiff_bounded(q->now, cl->t_c, cl->mbuffer);
psched_tdiff_bounded  718 net/sched/sch_htb.c 		diff = psched_tdiff_bounded(q->now, cl->t_c, cl->mbuffer);
psched_tdiff_bounded  181 net/sched/sch_tbf.c 		toks = psched_tdiff_bounded(now, q->t_c, q->buffer);