Searched refs:qhimark (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Drcutree.c139 static int qhimark = 10000; /* If this many pending, ignore blimit. */ variable
143 module_param(qhimark, int, 0);
1144 } else if (rdp->qlen < rdp->qlen_last_fqs_check - qhimark)
1429 if (unlikely(++rdp->qlen > rdp->qlen_last_fqs_check + qhimark)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Drcutree.c139 static int qhimark = 10000; /* If this many pending, ignore blimit. */ variable
143 module_param(qhimark, int, 0);
1144 } else if (rdp->qlen < rdp->qlen_last_fqs_check - qhimark)
1429 if (unlikely(++rdp->qlen > rdp->qlen_last_fqs_check + qhimark)) {

Completed in 118 milliseconds