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