Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_sfb.c201 u32 qlen = 0, prob = 0, totalpm = 0; in sfb_compute_qlen() local
207 totalpm += b->p_mark; in sfb_compute_qlen()
213 *avgpm_r = totalpm / (SFB_LEVELS * SFB_NUMBUCKETS); in sfb_compute_qlen()