Searched defs:svm_range_bo (Results 1 – 1 of 1) sorted by relevance
42 struct svm_range_bo { struct43 struct amdgpu_bo *bo;44 struct kref kref;45 struct list_head range_list; /* all svm ranges shared this bo */46 spinlock_t list_lock;47 struct amdgpu_amdkfd_fence *eviction_fence;48 struct work_struct eviction_work;49 uint32_t evicting;50 struct work_struct release_work;
Completed in 6 milliseconds