Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_sfb.c204 u32 qlen = 0, prob = 0, totalpm = 0; in sfb_compute_qlen() local
210 totalpm += b->p_mark; in sfb_compute_qlen()
216 *avgpm_r = totalpm / (SFB_LEVELS * SFB_NUMBUCKETS); in sfb_compute_qlen()