Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
A Di915_gem_evict.c107 struct list_head eviction_list; in i915_gem_evict_something() local
141 INIT_LIST_HEAD(&eviction_list); in i915_gem_evict_something()
173 if (mark_free(&scan, vma, flags, &eviction_list)) in i915_gem_evict_something()
178 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
224 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
267 LIST_HEAD(eviction_list); in i915_gem_evict_for_node()
346 list_add(&vma->evict_link, &eviction_list); in i915_gem_evict_for_node()
390 LIST_HEAD(eviction_list); in i915_gem_evict_vm()
397 list_add(&vma->evict_link, &eviction_list); in i915_gem_evict_vm()
399 if (list_empty(&eviction_list)) in i915_gem_evict_vm()
[all …]

Completed in 3 milliseconds