Lines Matching refs:rcu_head
70 struct rcu_head rcu_head; member
98 struct rcu_head rcu_head; member
576 static void _kfree_opp_rcu(struct rcu_head *head) in _kfree_opp_rcu()
578 struct dev_pm_opp *opp = container_of(head, struct dev_pm_opp, rcu_head); in _kfree_opp_rcu()
580 kfree_rcu(opp, rcu_head); in _kfree_opp_rcu()
587 static void _kfree_device_rcu(struct rcu_head *head) in _kfree_device_rcu()
589 struct device_opp *device_opp = container_of(head, struct device_opp, rcu_head); in _kfree_device_rcu()
591 kfree_rcu(device_opp, rcu_head); in _kfree_device_rcu()
614 call_srcu(&dev_opp->srcu_head.srcu, &opp->rcu_head, _kfree_opp_rcu); in _opp_remove()
618 call_srcu(&dev_opp->srcu_head.srcu, &dev_opp->rcu_head, in _opp_remove()
732 call_srcu(&dev_opp->srcu_head.srcu, &opp->rcu_head, _kfree_opp_rcu); in _opp_set_availability()