Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_nocb.h18 static bool __read_mostly rcu_nocb_poll; /* Offload kthread are to poll. */ variable
41 * empty list, unless the rcu_nocb_poll boot parameter has been specified,
75 rcu_nocb_poll = true; in parse_rcu_nocb_poll()
78 __setup("rcu_nocb_poll", parse_rcu_nocb_poll);
541 if (rcu_nocb_poll || !t) { in __call_rcu_nocb_wake()
751 if (!rcu_nocb_poll) { in nocb_gp_wait()
763 if (rcu_nocb_poll) { in nocb_gp_wait()
790 if (!rcu_nocb_poll) { in nocb_gp_wait()
1315 if (rcu_nocb_poll) in rcu_init_nohz()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5558 rcu_nocb_poll [KNL]