Searched refs:tmp_gmaps (Results 1 – 1 of 1) sorted by relevance
509 struct gmap_list_head tmp_gmaps; in gmap_list_dtor() local512 STAILQ_INIT(&tmp_gmaps); in gmap_list_dtor()514 STAILQ_SWAP(&cleanup_data->to_kill_gmaps, &tmp_gmaps, gntdev_gmap); in gmap_list_dtor()518 STAILQ_FOREACH_SAFE(gmap, &tmp_gmaps, gmap_next.list, gmap_tmp) { in gmap_list_dtor()521 STAILQ_REMOVE_HEAD(&tmp_gmaps, gmap_next.list); in gmap_list_dtor()523 STAILQ_REMOVE_AFTER(&tmp_gmaps, gmap_previous, in gmap_list_dtor()535 if (!STAILQ_EMPTY(&tmp_gmaps)) { in gmap_list_dtor()537 STAILQ_CONCAT(&cleanup_data->to_kill_gmaps, &tmp_gmaps); in gmap_list_dtor()