Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree_plugin.h18 static bool __read_mostly rcu_nocb_poll; /* Offload kthread are to poll. */ variable
1488 rcu_nocb_poll = true; in parse_rcu_nocb_poll()
1881 if (rcu_nocb_poll || !t) { in __call_rcu_nocb_wake()
2032 if (bypass && !rcu_nocb_poll) { in nocb_gp_wait()
2039 if (rcu_nocb_poll) { in nocb_gp_wait()
2059 if (!rcu_nocb_poll) { in nocb_gp_wait()
2235 if (rcu_nocb_poll) in rcu_init_nohz()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt4204 rcu_nocb_poll [KNL]