HomeSort by: relevance | last modified time | path
    Searched refs:closed_link (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma_types.h 291 struct list_head closed_link; member in struct:i915_vma
i915_vma.c 187 INIT_LIST_HEAD(&vma->closed_link);
1091 list_add(&vma->closed_link, &gt->closed_vma);
1100 list_del_init(&vma->closed_link);
1144 list_for_each_entry_safe(vma, next, &gt->closed_vma, closed_link) {
1154 list_del_init(&vma->closed_link);
1172 typeof(*next), closed_link);
i915_vma.h 121 return !list_empty(&vma->closed_link);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
gen6_ppgtt.c 438 INIT_LIST_HEAD(&vma->closed_link);

Completed in 13 milliseconds