Home
last modified time | relevance | path

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

/kernel/
Drcutree.c215 static long qlowmark = 100; /* Once only this many pending, use blimit. */ variable
219 module_param(qlowmark, long, 0444);
2108 if (rdp->blimit == LONG_MAX && rdp->qlen <= qlowmark) in rcu_do_batch()