Searched refs:workp (Results 1 – 2 of 2) sorted by relevance
2931 char work, *workp = this_cpu_ptr(&rcu_data.rcu_cpu_has_work); in rcu_cpu_kthread() local2941 work = *workp; in rcu_cpu_kthread()2942 WRITE_ONCE(*workp, 0); in rcu_cpu_kthread()2947 if (!READ_ONCE(*workp)) { in rcu_cpu_kthread()
3835 static void pmcraid_worker_function(struct work_struct *workp) in pmcraid_worker_function() argument3846 pinstance = container_of(workp, struct pmcraid_instance, worker_q); in pmcraid_worker_function()