Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/rcu/
Dtree.h242 char rcu_cpu_has_work; member
Dtree.c2775 __this_cpu_write(rcu_data.rcu_cpu_has_work, 1); in invoke_rcu_core_kthread()
2802 return __this_cpu_read(rcu_data.rcu_cpu_has_work); in rcu_cpu_kthread_should_run()
2813 char work, *workp = this_cpu_ptr(&rcu_data.rcu_cpu_has_work); in rcu_cpu_kthread()
2857 per_cpu(rcu_data.rcu_cpu_has_work, cpu) = 0; in rcu_spawn_core_kthreads()