Searched refs:unwind_list (Results 1 – 1 of 1) sorted by relevance
47 struct list_head eviction_list, unwind_list; in i915_gem_evict_something() local76 INIT_LIST_HEAD(&unwind_list); in i915_gem_evict_something()86 if (mark_free(obj, &unwind_list)) in i915_gem_evict_something()96 if (mark_free(obj, &unwind_list)) in i915_gem_evict_something()105 if (mark_free(obj, &unwind_list)) in i915_gem_evict_something()112 if (mark_free(obj, &unwind_list)) in i915_gem_evict_something()117 while (!list_empty(&unwind_list)) { in i915_gem_evict_something()118 obj = list_first_entry(&unwind_list, in i915_gem_evict_something()138 while (!list_empty(&unwind_list)) { in i915_gem_evict_something()139 obj = list_first_entry(&unwind_list, in i915_gem_evict_something()