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

/linux-master/kernel/rcu/
H A Dtree_nocb.h18 static bool __read_mostly rcu_nocb_poll; /* Offload kthread are to poll. */ variable
45 * empty list, unless the rcu_nocb_poll boot parameter has been specified,
79 rcu_nocb_poll = true;
82 __setup("rcu_nocb_poll", parse_rcu_nocb_poll);
571 if (rcu_nocb_poll || !t) {
811 if (!rcu_nocb_poll) {
823 if (rcu_nocb_poll) {
850 if (!rcu_nocb_poll) {
1463 if (rcu_nocb_poll)

Completed in 93 milliseconds