Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_evict.c79 struct list_head eviction_list, unwind_list; in i915_gem_evict_something() local
109 INIT_LIST_HEAD(&unwind_list); in i915_gem_evict_something()
120 if (mark_free(vma, &unwind_list)) in i915_gem_evict_something()
129 if (mark_free(vma, &unwind_list)) in i915_gem_evict_something()
135 while (!list_empty(&unwind_list)) { in i915_gem_evict_something()
136 vma = list_first_entry(&unwind_list, in i915_gem_evict_something()
172 while (!list_empty(&unwind_list)) { in i915_gem_evict_something()
173 vma = list_first_entry(&unwind_list, in i915_gem_evict_something()