Searched refs:PSCHED_TDIFF_SAFE (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | pkt_sched.h | 321 #define PSCHED_TDIFF_SAFE(tv1, tv2, bound, guard) \ macro 368 #define PSCHED_TDIFF_SAFE(tv1, tv2, bound, guard) \ macro
|
/linux-2.4.37.9/net/sched/ |
D | police.c | 195 toks = PSCHED_TDIFF_SAFE(now, p->t_c, p->burst, 0); in tcf_police()
|
D | sch_gred.c | 158 us_idle = PSCHED_TDIFF_SAFE(now, q->qidlestart, q->Scell_max, 0); in gred_enqueue() 556 idle = PSCHED_TDIFF_SAFE(now, q->qidlestart, q->Scell_max, 0); in gred_dump()
|
D | sch_red.c | 192 us_idle = PSCHED_TDIFF_SAFE(now, q->qidlestart, q->Scell_max, 0); in red_enqueue()
|
D | sch_tbf.c | 210 toks = PSCHED_TDIFF_SAFE(now, q->t_c, q->buffer, 0); in tbf_dequeue()
|
D | sch_htb.c | 372 long diff = PSCHED_TDIFF_SAFE(q->now, cl->t_c, (u32)cl->mbuffer, 0); in htb_debug_dump() 830 diff = PSCHED_TDIFF_SAFE(q->now, cl->t_c, (u32)cl->mbuffer, 0); in htb_charge_class() 901 diff = PSCHED_TDIFF_SAFE(q->now, cl->t_c, (u32)cl->mbuffer, 0); in htb_do_events()
|
D | sch_csz.c | 381 delay = PSCHED_TDIFF_SAFE(now, q->t_c, 0, goto do_reset); in csz_update()
|