Searched refs:eviction_work (Results 1 – 5 of 5) sorted by relevance
48 struct work_struct eviction_work; member
1151 cancel_delayed_work_sync(&p->eviction_work); in kfd_process_notifier_release()1364 INIT_DELAYED_WORK(&process->eviction_work, evict_process_worker); in create_process()1808 p = container_of(dwork, struct kfd_process, eviction_work); in evict_process_worker()1885 cancel_delayed_work_sync(&p->eviction_work); in kfd_suspend_all_processes()
363 cancel_work_sync(&svm_bo->eviction_work); in svm_range_bo_release()503 INIT_WORK(&svm_bo->eviction_work, svm_range_evict_svm_bo_worker); in svm_range_vram_node_new()3112 schedule_work(&fence->svm_bo->eviction_work); in svm_range_schedule_evict_svm_bo()3124 svm_bo = container_of(work, struct svm_range_bo, eviction_work); in svm_range_evict_svm_bo_worker()
841 struct delayed_work eviction_work; member
1332 schedule_delayed_work(&p->eviction_work, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()
Completed in 59 milliseconds