Searched refs:old_rd (Results 1 – 2 of 2) sorted by relevance
489 struct root_domain *old_rd = NULL; in rq_attach_root() local495 old_rd = rq->rd; in rq_attach_root()497 if (cpumask_test_cpu(rq->cpu, old_rd->online)) in rq_attach_root()500 cpumask_clear_cpu(rq->cpu, old_rd->span); in rq_attach_root()507 if (!atomic_dec_and_test(&old_rd->refcount)) in rq_attach_root()508 old_rd = NULL; in rq_attach_root()520 if (old_rd) in rq_attach_root()521 call_rcu(&old_rd->rcu, free_rootdomain); in rq_attach_root()
1077 struct vxlan_rdst *new_rd, *old_rd = rtnl_dereference(remote->rd); in vxlan_mdb_remote_replace() local1095 vxlan_mdb_remote_rdst_fini(old_rd); in vxlan_mdb_remote_replace()1100 rcu_assign_pointer(remote->rd, old_rd); in vxlan_mdb_remote_replace()