Searched refs:PSCHED_TDIFF_SAFE (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_sched.h313 #define PSCHED_TDIFF_SAFE(tv1, tv2, bound, guard) \ macro
360 #define PSCHED_TDIFF_SAFE(tv1, tv2, bound, guard) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_sched.h313 #define PSCHED_TDIFF_SAFE(tv1, tv2, bound, guard) \ macro
360 #define PSCHED_TDIFF_SAFE(tv1, tv2, bound, guard) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_gred.c150 us_idle = PSCHED_TDIFF_SAFE(now, q->qidlestart, q->Scell_max, 0);
544 idle = PSCHED_TDIFF_SAFE(now, q->qidlestart, q->Scell_max, 0);
H A Dpolice.c195 toks = PSCHED_TDIFF_SAFE(now, p->t_c, p->burst, 0);
H A Dsch_red.c207 us_idle = PSCHED_TDIFF_SAFE(now, q->qidlestart, q->Scell_max, 0);
H A Dsch_tbf.c207 toks = PSCHED_TDIFF_SAFE(now, q->t_c, q->buffer, 0);
H A Dsch_htb.c357 long diff = PSCHED_TDIFF_SAFE(q->now, cl->t_c, (u32)cl->mbuffer, 0);
814 diff = PSCHED_TDIFF_SAFE(q->now, cl->t_c, (u32)cl->mbuffer, 0);
884 diff = PSCHED_TDIFF_SAFE(q->now, cl->t_c, (u32)cl->mbuffer, 0);
H A Dsch_csz.c362 delay = PSCHED_TDIFF_SAFE(now, q->t_c, 0, goto do_reset);

Completed in 98 milliseconds