Lines Matching refs:evicted
170 * amdgpu_vm_bo_evicted - vm_bo is evicted
172 * @vm_bo: vm_bo which is evicted
185 list_move(&vm_bo->vm_status, &vm->evicted);
187 list_move_tail(&vm_bo->vm_status, &vm->evicted);
337 * is currently evicted. add the bo to the evicted list to make sure it
462 while (!list_empty(&vm->evicted)) {
463 bo_base = list_first_entry(&vm->evicted,
517 empty = list_empty(&vm->evicted);
1039 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status)
1160 * the evicted list so that it gets validated again on the
1971 * @evicted: is the BO evicted
1976 struct amdgpu_bo *bo, bool evicted)
1987 if (evicted && bo->tbo.base.resv == vm->root.bo->tbo.base.resv) {
2159 INIT_LIST_HEAD(&vm->evicted);
2698 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) {
2744 seq_printf(m, "\tTotal evicted size: %12lld\tobjs:\t%d\n", total_evicted,