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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_gem_evict.c94 struct list_head eviction_list, unwind_list; local
180 INIT_LIST_HEAD(&eviction_list);
186 list_move(&obj_priv->evict_list, &eviction_list);
194 while (!list_empty(&eviction_list)) {
195 obj_priv = list_first_entry(&eviction_list,

Completed in 45 milliseconds