Searched refs:eviction_list (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_gem_evict.c | 100 struct list_head eviction_list; in i915_gem_evict_something() local 141 INIT_LIST_HEAD(&eviction_list); in i915_gem_evict_something() 175 if (mark_free(&scan, vma, flags, &eviction_list)) in i915_gem_evict_something() 180 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something() 226 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something() 235 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something() 264 LIST_HEAD(eviction_list); in i915_gem_evict_for_node() 348 list_add(&vma->evict_link, &eviction_list); in i915_gem_evict_for_node() 351 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_for_node() 374 struct list_head eviction_list; in i915_gem_evict_vm() local [all …]
|