Searched refs:psched_tdiff_bounded (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/include/net/ |
D | pkt_sched.h | 57 psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2, psched_time_t bound) in psched_tdiff_bounded() function
|
D | red.h | 178 us_idle = psched_tdiff_bounded(now, p->qidlestart, p->Scell_max); in red_calc_qavg_from_idle_time()
|
/linux-2.6.39/net/sched/ |
D | sch_tbf.c | 165 toks = psched_tdiff_bounded(now, q->t_c, q->buffer); in tbf_dequeue()
|
D | act_police.c | 318 toks = psched_tdiff_bounded(now, police->tcfp_t_c, in tcf_act_police()
|
D | sch_htb.c | 632 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()
|