Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/rcu/
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()
501 if (rcu_nocb_poll || !t) { in __call_rcu_nocb_wake()
702 if (bypass && !rcu_nocb_poll) { in nocb_gp_wait()
708 if (rcu_nocb_poll) { in nocb_gp_wait()
735 if (!rcu_nocb_poll) { in nocb_gp_wait()
1262 if (rcu_nocb_poll) in rcu_init_nohz()
/Linux-v6.1/Documentation/admin-guide/
Dkernel-parameters.txt4626 rcu_nocb_poll [KNL]