Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/
H A Di915_gem_evict.c199 list_for_each_entry_safe(vma, next, &vm->bound_list, vm_link) { in i915_gem_evict_something()
226 list_move_tail(&vma->vm_link, &vm->bound_list); in i915_gem_evict_something()
482 list_for_each_entry(vma, &vm->bound_list, vm_link) { in i915_gem_evict_vm()
H A Di915_vma.c921 list_move_tail(&vma->vm_link, &vma->vm->bound_list); in i915_vma_insert()
1578 list_move_tail(&vma->vm_link, &vma->vm->bound_list); in i915_vma_pin_ww()
H A Di915_gem.c105 list_for_each_entry(vma, &ggtt->vm.bound_list, vm_link) in i915_gem_get_aperture_ioctl()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gtt.c155 clear_vm_list(&vm->bound_list); in __i915_vm_close()
159 GEM_BUG_ON(!list_empty(&vm->bound_list)); in __i915_vm_close()
282 INIT_LIST_HEAD(&vm->bound_list); in i915_address_space_init()
H A Dintel_ggtt.c158 list_for_each_entry_safe(vma, vn, &vm->bound_list, vm_link) { in i915_ggtt_suspend_vm()
837 list_for_each_entry_safe(vma, vn, &ggtt->vm.bound_list, vm_link) { in ggtt_cleanup_hw()
1453 list_for_each_entry(vma, &vm->bound_list, vm_link) { in i915_ggtt_resume_vm()
H A Dintel_gtt.h270 struct list_head bound_list; member
/openbsd/sys/dev/pci/drm/i915/selftests/
H A Di915_gem_evict.c77 if (list_empty(&ggtt->vm.bound_list)) { in populate_ggtt()
89 list_for_each_entry(vma, &ggtt->vm.bound_list, vm_link) in unpin_ggtt()
H A Di915_gem_gtt.c1449 list_move_tail(&vma->vm_link, &vma->vm->bound_list); in track_vma_bind()
/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_tiling.c212 list_splice(&unbind, &ggtt->vm.bound_list); in i915_gem_object_fence_prepare()
H A Di915_gem_shrinker.c402 &to_gt(i915)->ggtt->vm.bound_list, vm_link) { in i915_gem_shrinker_vmap()
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dexpr.c202 ffebld bound_list; /* For tracking dimension bounds list of member
15019 ffeexpr_stack_->bound_list = ffesymbol_dims (s); in ffeexpr_token_name_lhs_()
15058 ffeexpr_stack_->bound_list = ffesymbol_dims (s); in ffeexpr_token_name_lhs_()
15379 ffeexpr_stack_->bound_list = ffesymbol_dims (s); in ffeexpr_token_name_rhs_()
18657 lbound = ffebld_left (ffebld_head (ffeexpr_stack_->bound_list)); in ffeexpr_token_elements_()
18671 ubound = ffebld_right (ffebld_head (ffeexpr_stack_->bound_list)); in ffeexpr_token_elements_()
18690 ffeexpr_stack_->bound_list = ffebld_trail (ffeexpr_stack_->bound_list); in ffeexpr_token_elements_()