Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_gem_evict.c95 struct list_head eviction_list; in i915_gem_evict_something() local
129 INIT_LIST_HEAD(&eviction_list); in i915_gem_evict_something()
161 if (mark_free(&scan, vma, flags, &eviction_list)) in i915_gem_evict_something()
166 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
212 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
221 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
255 LIST_HEAD(eviction_list); in i915_gem_evict_for_node()
334 list_add(&vma->evict_link, &eviction_list); in i915_gem_evict_for_node()
337 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_for_node()
378 LIST_HEAD(eviction_list); in i915_gem_evict_vm()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_gem_evict.c156 struct list_head eviction_list; in i915_gem_evict_something() local
198 INIT_LIST_HEAD(&eviction_list); in i915_gem_evict_something()
230 if (mark_free(&scan, ww, vma, flags, &eviction_list)) in i915_gem_evict_something()
235 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
282 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
293 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
333 LIST_HEAD(eviction_list); in i915_gem_evict_for_node()
425 list_add(&vma->evict_link, &eviction_list); in i915_gem_evict_for_node()
428 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_for_node()
479 LIST_HEAD(eviction_list); in i915_gem_evict_vm()
[all...]

Completed in 1 milliseconds