Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Dtree_exp.h483 return !!READ_ONCE(rcu_par_gp_wq); in rcu_gp_par_worker_started()
496 queue_work_on(cpu, rcu_par_gp_wq, &rnp->rew.rew_work); in sync_rcu_exp_select_cpus_queue_work()
Drcu.h558 extern struct workqueue_struct *rcu_par_gp_wq;
Dtree.c4413 struct workqueue_struct *rcu_par_gp_wq; variable
4421 rcu_par_gp_wq = alloc_workqueue("rcu_par_gp", WQ_MEM_RECLAIM, 0); in rcu_alloc_par_gp_wq()
4422 WARN_ON(!rcu_par_gp_wq); in rcu_alloc_par_gp_wq()