Searched refs:eviction_work (Results 1 – 5 of 5) sorted by relevance
48 struct work_struct eviction_work; member
1188 cancel_delayed_work_sync(&p->eviction_work); in kfd_process_notifier_release()1371 INIT_DELAYED_WORK(&process->eviction_work, evict_process_worker); in create_process()1860 p = container_of(dwork, struct kfd_process, eviction_work); in evict_process_worker()1937 cancel_delayed_work_sync(&p->eviction_work); in kfd_suspend_all_processes()
390 cancel_work_sync(&svm_bo->eviction_work); in svm_range_bo_release()550 INIT_WORK(&svm_bo->eviction_work, svm_range_evict_svm_bo_worker); in svm_range_vram_node_new()3314 schedule_work(&fence->svm_bo->eviction_work); in svm_range_schedule_evict_svm_bo()3326 svm_bo = container_of(work, struct svm_range_bo, eviction_work); in svm_range_evict_svm_bo_worker()
924 schedule_delayed_work(&p->eviction_work, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()
880 struct delayed_work eviction_work; member
Completed in 20 milliseconds