Searched refs:eviction_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
128 INIT_LIST_HEAD(&eviction_list);
134 list_move(&obj->exec_list, &eviction_list, (caddr_t)obj);
142 while (!list_empty(&eviction_list)) {
143 obj = list_first_entry(&eviction_list,

Completed in 302 milliseconds