Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_vma.h115 struct list_head exec_link; member
H A Di915_gem_execbuffer.c501 list_add_tail(&vma->exec_link, &eb->unbound); in eb_add_vma()
609 list_for_each_entry(vma, &eb->unbound, exec_link) { in eb_reserve()
631 list_add(&vma->exec_link, &eb->unbound); in eb_reserve()
633 list_add_tail(&vma->exec_link, &eb->unbound); in eb_reserve()
635 list_add_tail(&vma->exec_link, &last); in eb_reserve()