• Home
  • Raw
  • Download

Lines Matching full:rew

346 	struct rcu_node *rnp = container_of(rewp, struct rcu_node, rew);  in __sync_rcu_exp_select_node_cpus()
443 kthread_init_work(&rnp->rew.rew_work, sync_rcu_exp_select_node_cpus); in sync_rcu_exp_select_cpus_queue_work()
449 kthread_queue_work(rcu_exp_par_gp_kworker, &rnp->rew.rew_work); in sync_rcu_exp_select_cpus_queue_work()
454 kthread_flush_work(&rnp->rew.rew_work); in sync_rcu_exp_select_cpus_flush_work()
468 static inline void synchronize_rcu_expedited_queue_work(struct rcu_exp_work *rew) in synchronize_rcu_expedited_queue_work() argument
470 kthread_init_work(&rew->rew_work, wait_rcu_exp_gp); in synchronize_rcu_expedited_queue_work()
471 kthread_queue_work(rcu_exp_gp_kworker, &rew->rew_work); in synchronize_rcu_expedited_queue_work()
474 static inline void synchronize_rcu_expedited_destroy_work(struct rcu_exp_work *rew) in synchronize_rcu_expedited_destroy_work() argument
500 INIT_WORK(&rnp->rew.rew_work, sync_rcu_exp_select_node_cpus); in sync_rcu_exp_select_cpus_queue_work()
506 queue_work_on(cpu, rcu_par_gp_wq, &rnp->rew.rew_work); in sync_rcu_exp_select_cpus_queue_work()
511 flush_work(&rnp->rew.rew_work); in sync_rcu_exp_select_cpus_flush_work()
525 static inline void synchronize_rcu_expedited_queue_work(struct rcu_exp_work *rew) in synchronize_rcu_expedited_queue_work() argument
527 INIT_WORK_ONSTACK(&rew->rew_work, wait_rcu_exp_gp); in synchronize_rcu_expedited_queue_work()
528 queue_work(rcu_gp_wq, &rew->rew_work); in synchronize_rcu_expedited_queue_work()
531 static inline void synchronize_rcu_expedited_destroy_work(struct rcu_exp_work *rew) in synchronize_rcu_expedited_destroy_work() argument
533 destroy_work_on_stack(&rew->rew_work); in synchronize_rcu_expedited_destroy_work()
558 sync_rcu_exp_select_node_cpus(&rnp->rew.rew_work); in sync_rcu_exp_select_cpus()
967 struct rcu_exp_work rew; in synchronize_rcu_expedited() local
1013 rew.rew_s = s; in synchronize_rcu_expedited()
1014 synchronize_rcu_expedited_queue_work(&rew); in synchronize_rcu_expedited()
1027 synchronize_rcu_expedited_destroy_work(&rew); in synchronize_rcu_expedited()