Searched refs:psched_ns_t2l (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_tbf.c | 118 static u64 psched_ns_t2l(const struct psched_ratecfg *r, in psched_ns_t2l() function 381 max_size = min_t(u64, psched_ns_t2l(&rate, buffer), ~0U); in tbf_change() 400 max_size = min_t(u64, max_size, psched_ns_t2l(&peak, mtu)); in tbf_change()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_tbf.c | 119 static u64 psched_ns_t2l(const struct psched_ratecfg *r, in psched_ns_t2l() function 396 max_size = min_t(u64, psched_ns_t2l(&rate, buffer), ~0U); in tbf_change() 415 max_size = min_t(u64, max_size, psched_ns_t2l(&peak, mtu)); in tbf_change()
|
Completed in 2 milliseconds