Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/rcu/
Dtree.h240 char rcu_cpu_has_work; member
Dtree.c2743 __this_cpu_write(rcu_data.rcu_cpu_has_work, 1); in invoke_rcu_core_kthread()
2770 return __this_cpu_read(rcu_data.rcu_cpu_has_work); in rcu_cpu_kthread_should_run()
2781 char work, *workp = this_cpu_ptr(&rcu_data.rcu_cpu_has_work); in rcu_cpu_kthread()
2825 per_cpu(rcu_data.rcu_cpu_has_work, cpu) = 0; in rcu_spawn_core_kthreads()