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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_evict.c54 struct list_head eviction_list, unwind_list; local
82 INIT_LIST_HEAD(&unwind_list);
93 if (mark_free(obj, &unwind_list))
102 if (mark_free(obj, &unwind_list))
108 while (!list_empty(&unwind_list)) {
109 obj = list_first_entry(&unwind_list,
129 while (!list_empty(&unwind_list)) {
130 obj = list_first_entry(&unwind_list,

Completed in 46 milliseconds