Home
last modified time | relevance | path

Searched refs:psched_l2t_ns (Results 1 – 4 of 4) sorted by relevance

/linux/net/sched/
A Dsch_tbf.c288 ptoks -= (s64) psched_l2t_ns(&q->peak, len); in tbf_dequeue()
293 toks -= (s64) psched_l2t_ns(&q->rate, len); in tbf_dequeue()
394 buffer = psched_l2t_ns(&rate, max_size); in tbf_change()
413 mtu = psched_l2t_ns(&peak, pburst); in tbf_change()
A Dact_police.c198 new->tcfp_mtu_ptoks = (s64)psched_l2t_ns(&new->peak, in tcf_police_init()
277 ptoks -= (s64)psched_l2t_ns(&p->peak, in tcf_police_act()
284 toks -= (s64)psched_l2t_ns(&p->rate, qdisc_pkt_len(skb)); in tcf_police_act()
A Dsch_htb.c657 toks -= (s64) psched_l2t_ns(&cl->rate, bytes); in htb_accnt_tokens()
670 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes); in htb_accnt_ctokens()
/linux/include/net/
A Dsch_generic.h1251 static inline u64 psched_l2t_ns(const struct psched_ratecfg *r, in psched_l2t_ns() function

Completed in 14 milliseconds