Home
last modified time | relevance | path

Searched refs:psched_tdiff_bounded (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/include/net/
Dpkt_sched.h57 psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2, psched_time_t bound) in psched_tdiff_bounded() function
Dred.h178 us_idle = psched_tdiff_bounded(now, p->qidlestart, p->Scell_max); in red_calc_qavg_from_idle_time()
/linux-2.6.39/net/sched/
Dsch_tbf.c165 toks = psched_tdiff_bounded(now, q->t_c, q->buffer); in tbf_dequeue()
Dact_police.c318 toks = psched_tdiff_bounded(now, police->tcfp_t_c, in tcf_act_police()
Dsch_htb.c632 diff = psched_tdiff_bounded(q->now, cl->t_c, cl->mbuffer); in htb_charge_class()
690 diff = psched_tdiff_bounded(q->now, cl->t_c, cl->mbuffer); in htb_do_events()