Searched refs:gntdev_gmap (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/xen/gntdev/ |
H A D | gntdev.c | 93 struct gntdev_gmap; 95 STAILQ_HEAD(gmap_list_head, gntdev_gmap); 97 RB_HEAD(gmap_tree_head, gntdev_gmap); 473 struct gntdev_gmap { struct 475 STAILQ_ENTRY(gntdev_gmap) list; argument 476 RB_ENTRY(gntdev_gmap) tree; 486 gmap_cmp(struct gntdev_gmap *g1, struct gntdev_gmap *g2) in gmap_cmp() argument 491 RB_GENERATE_STATIC(gmap_tree_head, gntdev_gmap, gmap_next.tree, gmap_cmp); 502 struct gntdev_gmap *gmap, *gmap_tmp, *gmap_previous; in gmap_list_dtor() 506 STAILQ_SWAP(&cleanup_data->to_kill_gmaps, &tmp_gmaps, gntdev_gmap); in gmap_list_dtor() [all …]
|