Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/xen/gntdev/
H A Dgntdev.c502 struct gmap_list_head tmp_gmaps; in gmap_list_dtor() local
505 STAILQ_INIT(&tmp_gmaps); in gmap_list_dtor()
507 STAILQ_SWAP(&cleanup_data->to_kill_gmaps, &tmp_gmaps, gntdev_gmap); in gmap_list_dtor()
511 STAILQ_FOREACH_SAFE(gmap, &tmp_gmaps, gmap_next.list, gmap_tmp) { in gmap_list_dtor()
514 STAILQ_REMOVE_HEAD(&tmp_gmaps, gmap_next.list); in gmap_list_dtor()
516 STAILQ_REMOVE_AFTER(&tmp_gmaps, gmap_previous, in gmap_list_dtor()
528 if (!STAILQ_EMPTY(&tmp_gmaps)) { in gmap_list_dtor()
530 STAILQ_CONCAT(&cleanup_data->to_kill_gmaps, &tmp_gmaps); in gmap_list_dtor()