Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_gem_evict.c50 struct list_head eviction_list, unwind_list; in i915_gem_evict_something() local
79 INIT_LIST_HEAD(&unwind_list); in i915_gem_evict_something()
90 if (mark_free(obj, &unwind_list)) in i915_gem_evict_something()
99 if (mark_free(obj, &unwind_list)) in i915_gem_evict_something()
105 while (!list_empty(&unwind_list)) { in i915_gem_evict_something()
106 obj = list_first_entry(&unwind_list, in i915_gem_evict_something()
126 while (!list_empty(&unwind_list)) { in i915_gem_evict_something()
127 obj = list_first_entry(&unwind_list, in i915_gem_evict_something()