Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dred.h147 int qcount; /* Number of packets since last random member
168 v->qcount = -1; in red_set_vars()
249 v->qcount = -1; in red_restart()
352 return !(((qavg - p->qth_min) >> p->Wlog) * v->qcount < v->qR); in red_mark_probability()
383 v->qcount = -1; in red_action()
387 if (++v->qcount) { in red_action()
389 v->qcount = 0; in red_action()
399 v->qcount = -1; in red_action()
/linux-4.19.296/fs/gfs2/
Dtrace_gfs2.h279 __field( u64, qcount )
296 __entry->qcount = gl->gl_stats.stats[GFS2_LKS_QCOUNT];
311 (long long)__entry->qcount)