Searched refs:rcu_gp_wq (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/rcu/ |
H A D | tree_exp.h | 488 return !!READ_ONCE(rcu_gp_wq); in rcu_exp_worker_started() 528 queue_work(rcu_gp_wq, &rew->rew_work); in synchronize_rcu_expedited_queue_work() 1085 queue_work(rcu_gp_wq, &rnp->exp_poll_wq); in start_poll_synchronize_rcu_expedited()
|
H A D | srcutree.c | 800 queue_work_on(sdp->cpu, rcu_gp_wq, &sdp->work); in srcu_delay_timer() 807 queue_work_on(sdp->cpu, rcu_gp_wq, &sdp->work); in srcu_queue_delayed_work_on() 1066 queue_delayed_work(rcu_gp_wq, &sup->work, in srcu_funnel_gp_start() 1779 queue_delayed_work(rcu_gp_wq, &ssp->srcu_sup->work, delay); in srcu_reschedule() 1932 queue_work(rcu_gp_wq, &sup->work.work); in srcu_init()
|
H A D | rcu.h | 627 extern struct workqueue_struct *rcu_gp_wq;
|
H A D | tree.c | 2475 queue_work_on(rdp->cpu, rcu_gp_wq, &rdp->strict_work); in rcu_core() 5023 struct workqueue_struct *rcu_gp_wq; variable 5092 rcu_gp_wq = alloc_workqueue("rcu_gp", WQ_MEM_RECLAIM, 0); in rcu_init() 5093 WARN_ON(!rcu_gp_wq); in rcu_init()
|