Home
last modified time | relevance | path

Searched refs:rcu_par_gp_wq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/rcu/
H A Dtree_exp.h493 return !!READ_ONCE(rcu_par_gp_wq); in rcu_exp_par_worker_started()
506 queue_work_on(cpu, rcu_par_gp_wq, &rnp->rew.rew_work); in sync_rcu_exp_select_cpus_queue_work()
H A Drcu.h632 extern struct workqueue_struct *rcu_par_gp_wq;
H A Dtree.c4714 struct workqueue_struct *rcu_par_gp_wq; variable
4722 rcu_par_gp_wq = alloc_workqueue("rcu_par_gp", WQ_MEM_RECLAIM, 0); in rcu_alloc_par_gp_wq()
4723 WARN_ON(!rcu_par_gp_wq); in rcu_alloc_par_gp_wq()