Searched refs:old_rd (Results 1 – 2 of 2) sorted by relevance
474 struct root_domain *old_rd = NULL; in rq_attach_root() local480 old_rd = rq->rd; in rq_attach_root()482 if (cpumask_test_cpu(rq->cpu, old_rd->online)) in rq_attach_root()485 cpumask_clear_cpu(rq->cpu, old_rd->span); in rq_attach_root()492 if (!atomic_dec_and_test(&old_rd->refcount)) in rq_attach_root()493 old_rd = NULL; in rq_attach_root()513 if (old_rd) in rq_attach_root()514 call_rcu(&old_rd->rcu, free_rootdomain); in rq_attach_root()
1093 struct vxlan_rdst *new_rd, *old_rd = rtnl_dereference(remote->rd); in vxlan_mdb_remote_replace() local1111 vxlan_mdb_remote_rdst_fini(old_rd); in vxlan_mdb_remote_replace()1116 rcu_assign_pointer(remote->rd, old_rd); in vxlan_mdb_remote_replace()