Searched refs:eviction_work (Results 1 – 5 of 5) sorted by relevance
48 struct work_struct eviction_work; member
1168 cancel_delayed_work_sync(&p->eviction_work); in kfd_process_notifier_release_internal()1467 INIT_DELAYED_WORK(&process->eviction_work, evict_process_worker); in create_process()1918 p = container_of(dwork, struct kfd_process, eviction_work); in evict_process_worker()1997 cancel_delayed_work_sync(&p->eviction_work); in kfd_suspend_all_processes()
924 struct delayed_work eviction_work; member
1132 schedule_delayed_work(&p->eviction_work, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()
553 INIT_WORK(&svm_bo->eviction_work, svm_range_evict_svm_bo_worker); in svm_range_vram_node_new()3433 schedule_work(&fence->svm_bo->eviction_work); in svm_range_schedule_evict_svm_bo()3445 svm_bo = container_of(work, struct svm_range_bo, eviction_work); in svm_range_evict_svm_bo_worker()