astro.c | 604 iomap_compare(struct iommu_page_entry *a, struct iommu_page_entry *b) function in typeref:typename:int 610 SPLAY_PROTOTYPE(iommu_page_tree, iommu_page_entry, ipe_node, iomap_compare); 612 SPLAY_GENERATE(iommu_page_tree, iommu_page_entry, ipe_node, iomap_compare);
|