Searched refs:psched_l2t_ns (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_tbf.c | 274 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 D | act_police.c | 180 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 D | sch_htb.c | 624 toks -= (s64) psched_l2t_ns(&cl->rate, bytes); in htb_accnt_tokens() 637 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes); in htb_accnt_ctokens()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | sch_generic.h | 1257 static inline u64 psched_l2t_ns(const struct psched_ratecfg *r, in psched_l2t_ns() function
|