Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_dualpi2.c679 u64 memlim = mul_u32_u32(limit, 2 * psched_mtu(qdisc_dev(sch))); in get_memory_limit() local
681 if (upper_32_bits(memlim)) in get_memory_limit()
684 return lower_32_bits(memlim); in get_memory_limit()