Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/rcu/
Dtree.h235 char rcu_cpu_has_work; member
Dtree.c2405 __this_cpu_write(rcu_data.rcu_cpu_has_work, 1); in invoke_rcu_core_kthread()
2432 return __this_cpu_read(rcu_data.rcu_cpu_has_work); in rcu_cpu_kthread_should_run()
2443 char work, *workp = this_cpu_ptr(&rcu_data.rcu_cpu_has_work); in rcu_cpu_kthread()
2487 per_cpu(rcu_data.rcu_cpu_has_work, cpu) = 0; in rcu_spawn_core_kthreads()