Home
last modified time | relevance | path

Searched refs:rcu_gp_wq (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/kernel/rcu/
Dsrcutree.c462 queue_work_on(sdp->cpu, rcu_gp_wq, &sdp->work); in srcu_delay_timer()
469 queue_work_on(sdp->cpu, rcu_gp_wq, &sdp->work); in srcu_queue_delayed_work_on()
685 queue_delayed_work(rcu_gp_wq, &ssp->work, in srcu_funnel_gp_start()
1228 queue_delayed_work(rcu_gp_wq, &ssp->work, delay); in srcu_reschedule()
1314 queue_work(rcu_gp_wq, &ssp->work.work); in srcu_init()
Drcu.h524 extern struct workqueue_struct *rcu_gp_wq;
Dtree_exp.h847 queue_work(rcu_gp_wq, &rew.rew_work); in synchronize_rcu_expedited()
Dtree.c2719 queue_work_on(rdp->cpu, rcu_gp_wq, &rdp->strict_work); in rcu_core()
4442 struct workqueue_struct *rcu_gp_wq; variable
4504 rcu_gp_wq = alloc_workqueue("rcu_gp", WQ_MEM_RECLAIM, 0); in rcu_init()
4505 WARN_ON(!rcu_gp_wq); in rcu_init()