Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/rcu/
Dsrcutree.c459 queue_work_on(sdp->cpu, rcu_gp_wq, &sdp->work); in srcu_delay_timer()
466 queue_work_on(sdp->cpu, rcu_gp_wq, &sdp->work); in srcu_queue_delayed_work_on()
682 queue_delayed_work(rcu_gp_wq, &ssp->work, in srcu_funnel_gp_start()
1313 queue_delayed_work(rcu_gp_wq, &ssp->work, delay); in srcu_reschedule()
1403 queue_work(rcu_gp_wq, &ssp->work.work); in srcu_init()
Drcu.h536 extern struct workqueue_struct *rcu_gp_wq;
Dtree_exp.h848 queue_work(rcu_gp_wq, &rew.rew_work); in synchronize_rcu_expedited()
Dtree.c2751 queue_work_on(rdp->cpu, rcu_gp_wq, &rdp->strict_work); in rcu_core()
4666 struct workqueue_struct *rcu_gp_wq; variable
4730 rcu_gp_wq = alloc_workqueue("rcu_gp", WQ_MEM_RECLAIM, 0); in rcu_init()
4731 WARN_ON(!rcu_gp_wq); in rcu_init()