Searched refs:evicted_bos (Results 1 – 2 of 2) sorted by relevance
1367 atomic_set(&info->evicted_bos, 0); in init_kfd_vm()1598 atomic_inc(&pinfo->evicted_bos); in amdgpu_amdkfd_criu_resume()2307 int evicted_bos; in amdgpu_amdkfd_evict_userptr() local2315 evicted_bos = atomic_inc_return(&process_info->evicted_bos); in amdgpu_amdkfd_evict_userptr()2316 if (evicted_bos == 1) { in amdgpu_amdkfd_evict_userptr()2546 int evicted_bos; in amdgpu_amdkfd_restore_userptr_worker() local2548 evicted_bos = atomic_read(&process_info->evicted_bos); in amdgpu_amdkfd_restore_userptr_worker()2549 if (!evicted_bos) in amdgpu_amdkfd_restore_userptr_worker()2571 if (atomic_read(&process_info->evicted_bos) != evicted_bos) in amdgpu_amdkfd_restore_userptr_worker()2582 if (atomic_cmpxchg(&process_info->evicted_bos, evicted_bos, 0) != in amdgpu_amdkfd_restore_userptr_worker()[all …]
134 atomic_t evicted_bos; member