Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dtree_nocb.h18 static bool __read_mostly rcu_nocb_poll; /* Offload kthread are to poll. */ variable
79 rcu_nocb_poll = true; in parse_rcu_nocb_poll()
572 if (rcu_nocb_poll || !t) { in __call_rcu_nocb_wake()
801 if (!rcu_nocb_poll) { in nocb_gp_wait()
813 if (rcu_nocb_poll) { in nocb_gp_wait()
840 if (!rcu_nocb_poll) { in nocb_gp_wait()
1453 if (rcu_nocb_poll) in rcu_init_nohz()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4783 rcu_nocb_poll [KNL]