Searched refs:rbnode_phys (Results 1 - 1 of 1) sorted by path

/linux-master/arch/arm/xen/
H A Dp2m.c26 struct rb_node rbnode_phys; member in struct:xen_p2m_entry
42 entry = rb_entry(parent, struct xen_p2m_entry, rbnode_phys);
52 rb_link_node(&new->rbnode_phys, parent, link);
53 rb_insert_color(&new->rbnode_phys, &phys_to_mach);
73 entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys);
162 p2m_entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys);
165 rb_erase(&p2m_entry->rbnode_phys, &phys_to_mach);

Completed in 182 milliseconds