Home
last modified time | relevance | path

Searched refs:rcu_exp_handler (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/rcu/
A Dtree_exp.h12 static void rcu_exp_handler(void *unused);
393 ret = smp_call_function_single(cpu, rcu_exp_handler, NULL, 0); in sync_rcu_exp_select_node_cpus()
640 static void rcu_exp_handler(void *unused) in rcu_exp_handler() function
733 static void rcu_exp_handler(void *unused) in rcu_exp_handler() function
775 ret = smp_call_function_single(cpu, rcu_exp_handler, NULL, 0); in sync_sched_exp_online_cleanup()
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
A DExpedited-Grace-Periods.rst56 is handled by ``rcu_exp_handler()``.
58 However, because this is preemptible RCU, ``rcu_exp_handler()``
127 ``rcu_exp_handler()`` can do is to check for idle, on the off-chance
129 then ``rcu_exp_handler()`` reports the quiescent state.
232 the idle loop, then ``rcu_exp_handler()`` invokes
236 (``rcu_exp_handler()``), but because RCU read-side critical sections are
237 not permitted within the idle loop, if ``rcu_exp_handler()`` sees that
239 possibly be idle. Otherwise, ``rcu_exp_handler()`` invokes
/linux/
A DSystem.map4288 ffff800010107860 t rcu_exp_handler
A D.tmp_System.map4288 ffff800010107860 t rcu_exp_handler

Completed in 305 milliseconds