Home
last modified time | relevance | path

Searched refs:gntdev_gmap (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/xen/gntdev/
HDgntdev.c94 struct gntdev_gmap;
96 STAILQ_HEAD(gmap_list_head, gntdev_gmap);
98 RB_HEAD(gmap_tree_head, gntdev_gmap);
474 struct gntdev_gmap { struct
476 STAILQ_ENTRY(gntdev_gmap) list; argument
477 RB_ENTRY(gntdev_gmap) tree;
487 gmap_cmp(struct gntdev_gmap *g1, struct gntdev_gmap *g2) in gmap_cmp() argument
492 RB_GENERATE_STATIC(gmap_tree_head, gntdev_gmap, gmap_next.tree, gmap_cmp);
503 struct gntdev_gmap *gmap, *gmap_tmp, *gmap_previous; in gmap_list_dtor()
507 STAILQ_SWAP(&cleanup_data->to_kill_gmaps, &tmp_gmaps, gntdev_gmap); in gmap_list_dtor()
[all …]