Searched refs:old_rd (Results 1 – 2 of 2) sorted by relevance
487 struct root_domain *old_rd = NULL; in rq_attach_root() local493 old_rd = rq->rd; in rq_attach_root()495 if (cpumask_test_cpu(rq->cpu, old_rd->online)) in rq_attach_root()498 cpumask_clear_cpu(rq->cpu, old_rd->span); in rq_attach_root()505 if (!atomic_dec_and_test(&old_rd->refcount)) in rq_attach_root()506 old_rd = NULL; in rq_attach_root()526 if (old_rd) in rq_attach_root()527 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()