Searched refs:tmp_gmaps (Results 1 – 1 of 1) sorted by relevance
501 struct gmap_list_head tmp_gmaps; in gmap_list_dtor() local504 STAILQ_INIT(&tmp_gmaps); in gmap_list_dtor()506 STAILQ_SWAP(&cleanup_data->to_kill_gmaps, &tmp_gmaps, gntdev_gmap); in gmap_list_dtor()510 STAILQ_FOREACH_SAFE(gmap, &tmp_gmaps, gmap_next.list, gmap_tmp) { in gmap_list_dtor()513 STAILQ_REMOVE_HEAD(&tmp_gmaps, gmap_next.list); in gmap_list_dtor()515 STAILQ_REMOVE_AFTER(&tmp_gmaps, gmap_previous, in gmap_list_dtor()527 if (!STAILQ_EMPTY(&tmp_gmaps)) { in gmap_list_dtor()529 STAILQ_CONCAT(&cleanup_data->to_kill_gmaps, &tmp_gmaps); in gmap_list_dtor()