Lines Matching refs:rcu
190 struct rcu_head rcu; member
220 struct rcu_head rcu; member
274 struct rcu_head rcu; member
1722 static void rcu_work_rcufn(struct rcu_head *rcu) in rcu_work_rcufn() argument
1724 struct rcu_work *rwork = container_of(rcu, struct rcu_work, rcu); in rcu_work_rcufn()
1748 call_rcu(&rwork->rcu, rcu_work_rcufn); in queue_rcu_work()
3484 static void rcu_free_wq(struct rcu_head *rcu) in rcu_free_wq() argument
3487 container_of(rcu, struct workqueue_struct, rcu); in rcu_free_wq()
3500 static void rcu_free_pool(struct rcu_head *rcu) in rcu_free_pool() argument
3502 struct worker_pool *pool = container_of(rcu, struct worker_pool, rcu); in rcu_free_pool()
3568 call_rcu(&pool->rcu, rcu_free_pool); in put_unbound_pool()
3645 static void rcu_free_pwq(struct rcu_head *rcu) in rcu_free_pwq() argument
3648 container_of(rcu, struct pool_workqueue, rcu)); in rcu_free_pwq()
3675 call_rcu(&pwq->rcu, rcu_free_pwq); in pwq_unbound_release_workfn()
3683 call_rcu(&wq->rcu, rcu_free_wq); in pwq_unbound_release_workfn()
4395 call_rcu(&wq->rcu, rcu_free_wq); in destroy_workqueue()