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

/freebsd-10.1-release/sys/dev/drm2/i915/
H A Di915_gem_evict.c49 struct list_head eviction_list, unwind_list; local
140 INIT_LIST_HEAD(&eviction_list);
146 list_move(&obj->exec_list, &eviction_list);
154 while (!list_empty(&eviction_list)) {
155 obj = list_first_entry(&eviction_list,

Completed in 381 milliseconds