Searched refs:evacuated_surfaces (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface_ums.c759 evacuated_surface_t *evacuated_surfaces = NULL; local in function:qxl_surface_cache_evacuate_all
796 evacuated->next = evacuated_surfaces;
797 if (evacuated_surfaces)
798 evacuated_surfaces->prev = evacuated;
799 evacuated_surfaces = evacuated;
808 return evacuated_surfaces;

Completed in 3 milliseconds