Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_tbf.c274 ptoks -= (s64) psched_l2t_ns(&q->peak, len); in tbf_dequeue()
279 toks -= (s64) psched_l2t_ns(&q->rate, len); in tbf_dequeue()
379 buffer = psched_l2t_ns(&rate, max_size); in tbf_change()
398 mtu = psched_l2t_ns(&peak, pburst); in tbf_change()
H A Dact_police.c180 new->tcfp_mtu_ptoks = (s64)psched_l2t_ns(&new->peak, in tcf_police_init()
265 ptoks -= (s64)psched_l2t_ns(&p->peak, in tcf_police_act()
271 toks -= (s64)psched_l2t_ns(&p->rate, qdisc_pkt_len(skb)); in tcf_police_act()
H A Dsch_htb.c627 toks -= (s64) psched_l2t_ns(&cl->rate, bytes); in htb_accnt_tokens()
640 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes); in htb_accnt_ctokens()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_tbf.c289 ptoks -= (s64) psched_l2t_ns(&q->peak, len); in tbf_dequeue()
294 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()
H A Dact_police.c189 new->tcfp_mtu_ptoks = (s64)psched_l2t_ns(&new->peak, in tcf_police_init()
283 ptoks -= (s64)psched_l2t_ns(&p->peak, in tcf_police_act()
290 toks -= (s64)psched_l2t_ns(&p->rate, qdisc_pkt_len(skb)); in tcf_police_act()
H A Dsch_htb.c663 toks -= (s64) psched_l2t_ns(&cl->rate, bytes); in htb_accnt_tokens()
676 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes); in htb_accnt_ctokens()
/kernel/linux/linux-5.10/include/net/
H A Dsch_generic.h1254 static inline u64 psched_l2t_ns(const struct psched_ratecfg *r, in psched_l2t_ns() function
/kernel/linux/linux-6.6/include/net/
H A Dsch_generic.h1232 static inline u64 psched_l2t_ns(const struct psched_ratecfg *r, in psched_l2t_ns() function

Completed in 13 milliseconds